Search:

Type: Posts; User: wsryan; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    298

    In a continuous form (which is a subform)...

    In a continuous form (which is a subform) recording office visits for a patient, I want the "Date" field on the first record for each patient to default to today's date, but each subsequent record to...
  2. Replies
    5
    Views
    336

    View Post

    I have a combo box “Combo4” bound to “CommitteeID” field in Table “tblAssignments”.
    After a choice is made in that combo box, I would like the date in “GradYear” field in “tblAssignments” to be...
  3. Replies
    1
    Views
    461

    I have a table of orders with various items. If...

    I have a table of orders with various items. If [ItemID] 18 is a shirt, and [ItemID] 19 is a tie, what expression do i use to get all of those that ordered a shirt, but no tie? In other words, "18"...
  4. Replies
    1
    Views
    211

    Blank fields in a query (2007)

    I'm sorry if this has been addressed somewhere before--I have looked and didn't find anything answering this:
    I have a query based on three tables. One of the tables has some empty fields. Those...
  5. Replies
    2
    Views
    242

    Re: Dynamic font sizing (2007)

    Thanks--that points me in the right direction. And thanks to Mr. Lebans, too.
  6. Replies
    2
    Views
    242

    Dynamic font sizing (2007)

    Edited by HansV to provide link to post. It's extremely simple: I only had to insert [ before and ] after Post: 566,407.

    I have a report with a text box in it that can not grow beyond a 2.5"...
  7. Replies
    7
    Views
    400

    Re: Columns in a report (2007)

    Sorry about the accdb. But, I am embarrassed to remember that the columns only show up in the PrintPreview view, but not in the Report view. I think it is all working correctly.
  8. Replies
    7
    Views
    400

    Re: Columns in a report (2007)

    Post deleted by wsryan
  9. Replies
    7
    Views
    400

    Re: Columns in a report (2007)

    Yes, the columns are set to 2. I tried stretching the subreport wider with no change. Should the text box be as wide as just the one column, or the whole width of the subreport? (I've tried both ways...
  10. Replies
    7
    Views
    400

    Columns in a report (2007)

    I have subreport that has a single text box in that lists a series of items that I want to be into two columns to shorten the height to what we want when we print. Some of the items are longer than...
  11. Replies
    10
    Views
    457

    Re: Report by Fiscal Year (Access 2K)

    Thanks, Hans

    It works! I appreciate it.

    Is there a way to set a default date in a table to be "The second Saturday in May for the current fiscal year"? Or, to run an update query at the start...
  12. Replies
    10
    Views
    457

    Re: Report by Fiscal Year (Access 2K)

    Thanks, Hans

    It works! I appreciate it.
  13. Replies
    10
    Views
    457

    Re: Report by Fiscal Year (Access 2K)

    Thanks, Hans

    It works! Thanks once again.
  14. Replies
    10
    Views
    457

    Re: Report by Fiscal Year (Access 2K)

    I have what I think is a variation on this theme. I have a series of reports that are repeated every fiscal year that starts in July (Fiscal year 2009 starts on July 1, 2008). I would like to have...
  15. Replies
    1
    Views
    184

    query criteria syntax (2007)

    I have a table that lists details for orders. Folks can order diplomas ([ItemID] is 18). Some of those who order a diploma also order hand calligraphy ([ItemID] is 19) on that diploma. I am using a...
  16. Replies
    9
    Views
    477

    Re: Report footer goes to next page (2007)

    Keep together settings:
    Report Header=Yes
    Detail=Yes
    Report Footer=Yes
    (I guess the page header and footer have no settings for "Keep Together?)

    Thanks again for you time and efforts on my...
  17. Replies
    9
    Views
    477

    Re: Report footer goes to next page (2007)

    OK...thanks for all the efforts from everyone. It is the report footer that wants to go to a second page, seemingly regardless of what I have tried with margins, etc. Now I see that ii is also true...
  18. Replies
    9
    Views
    477

    Re: Report footer goes to next page (2007)

    Not that I can tell--well, they were, but I shortened them and moved them all to the left and that seemed to make no difference.
  19. Replies
    9
    Views
    477

    Report footer goes to next page (2007)

    I have some reports that have page and report footers. It seems that if I change those reports to contain two or more columns, that causes the report footer to go to a second page. I can't seem to...
  20. Replies
    6
    Views
    436

    Re: recordset not updateable (2007)

    Thanks, Hans--I'll look into those things, though I'm not remembering why I had that record source set to a query in the first place...
  21. Replies
    6
    Views
    436

    Re: recordset not updateable (2007)

    If I change the recordsource simply to the tblIndividuals, it looks like it works OK
  22. Replies
    6
    Views
    436

    Re: recordset not updateable (2007)

    The reocrd source for that frmIndividuals is set to:
    SELECT tblIndividuals.*, tblFamily.Active
    FROM tblFamily INNER JOIN tblIndividuals ON (tblFamily.FamID = tblIndividuals.FamID);
  23. Replies
    6
    Views
    436

    Re: recordset not updateable (2007)

    No, I can't. I hadn't noticed that.
  24. Replies
    6
    Views
    436

    recordset not updateable (2007)

    I have a form frmFamilies with a subform frmIndividuals
    They are linked by fields FamID
    However, when the form is opened and a new record entered in the main form, there is not a new form created...
  25. Replies
    2
    Views
    466

    Multiple attachments in email form (2007)

    Below is the code used in a function for a form for sending email with an attachment. Can anyone tell me if there is a way to be able to attach multiple attachments? (I am using a "Browse" button to...
Results 1 to 25 of 209
Page 1 of 9 1 2 3 4