Search results

  1. Idjit

    Saving form data to table

    Richard, The data seems to be saving to the table OK. Can you be a little more specific about the problem you're having?
  2. Idjit

    Writing to DB before the form is done!!??

    Otis, if the user tries to close the form when the record is partially complete, do you want the record to be deleted or the user forced to enter in the missing information?
  3. Idjit

    Combo box...this should be easy

    Set the combo box's Default value to the value you want displayed.
  4. Idjit

    tab stop clearing the form

    Set the form's Cycle property to Current Record.
  5. Idjit

    Scrolling in Forms

    How about programming the field's On Got Focus property with a Go To Page command?
  6. Idjit

    Go to end of a memo field

    I'm sure this is a simple one, but can't find exactly what I need. I have a memo field on my forms. What I want is this: when the user clicks on the field to record notes, if there is already text in the field I want the cursor to automatically go to the end of the text so they can easily append...
  7. Idjit

    Autofill question

    Yes. A subform is a form-within-a-form. There is a wizard that will help you create one. If you're not familiar with subforms, do a search on "subform" in MS Access Help to learn more. I also recommend picking up a self-help book. There are many to choose from and they make great reference manuals.
  8. Idjit

    Currency field

    Make sure you set the decimal properties for this field both on the form and in the underlying table.
  9. Idjit

    Autofill question

    I assume you already have this information entered into another table and what you want to do is display it? If so, the simplest way to do this is with a subform.
  10. Idjit

    can i add 2 subforms in one form?

    Can you be a little more specific about the problem? In what way did it not work well?
  11. Idjit

    Combo boxes

    wild, If you only ever have one value in this field, why not just use a text box instead?
  12. Idjit

    Major Linked Forms Problems!

    Steve, I've had this happen myself. The problem is that for every record in your secondary table, the ID number (or whatever variable links the 2 tables) must have a corresponding ID in the main table. You get that error message when the ID in your secondary table doesn't exist in the main...
  13. Idjit

    call duration/costs...

    In regard to your tables, if you will be having guests from North America you'll want to include a field in tblCustomer for State/Province. I'm also wondering whether it might not be better to link phone calls and messages to GuestBillID rather than RoomNumber. This would save some effort in...
  14. Idjit

    Stop Automatic Tab to next record

    In the form's form properties, set Cycle to Current Record.
  15. Idjit

    Questions from women that put a shudder down mens spines

    Oh, heck - why not just use the sink? JUST KIDDING, FELLAS Is that better, Vassago? ;)
  16. Idjit

    can you set a sort order for TWO fields in a form?

    Yeah, what he said. :D
  17. Idjit

    can you set a sort order for TWO fields in a form?

    Deborah, Are you using this form to enter data, or just to view it? If you only need to view data in datasheet view, the simplest way to do a multi-column sort is with a query rather than a form.
  18. Idjit

    Carrying a value to a different field on a new record

    No problem. I think you're right - this second article's approach looks like it will be easier for me to implement. Thanks again! :)
  19. Idjit

    Carrying a value to a different field on a new record

    Well Jack, Despite the fact that the first sentence I saw in the article you sent was "Advanced: Requires expert coding, interoperability, and multiuser skills.", I will indeed try what you suggest. Thanks a bunch, it looks like just what I'm looking for. :)
  20. Idjit

    Carrying a value to a different field on a new record

    I'm designing a form for entering a person's residential history, with each record recording one residence for an individual. What I'd like to do is this: The user enters in the year a person moved from a particular location ([YrEnded]), then clicks a command button to go to a new record to...
Back
Top Bottom