Search results

  1. N

    Load/Unload Forms

    How do I create a custom pop-up password? Thanks, Nick
  2. N

    Table Creation using Form

    Sorry to ask a new question so soon, but I really need to figure this out. . . Say I have a combo box (companyname) on a form. Then Say I have another combo box (employeename) that autofills when a particular company name is selected since there's more than one employee name for each company...
  3. N

    Text Box Search

    Thanks, I'll probably end up doing that. Is it beyond the limitations of ACCESS to make a lookup text box instead of combo box? It would have to auto-expand with the values that the user was typing, as it could not display multiple values that were queried as is done with a combo box (since it...
  4. N

    Text Box Search

    I am trying to find a way to use a text box ("Description") as a search tool in a form. For example, someone types in a value which auto-expands to what they're typing, and eventually after they finish their description, maybe it would generate a subform or table that would contain all of the...
  5. N

    Autonumber default value

    I thought I would have to do something really complicated, thanks. Nick
  6. N

    Autonumber default value

    Instead of having a user tab through all of the existing autonumbers so they can enter a new record, how can I get the autonumber field to default to no existing value (says "(AutoNumber)"). I would like a user to be able to enter a new record on first run without modifying any existing...
  7. N

    Load/Unload Forms

    I am trying to prompt for a password on first run of a form. If the password is correct a certain form will load, and if not, a different form will load. I know how to prompt (stName = InputBox("Enter Password:")) and evaluate the validity of the string (or any other data type), but what...
  8. N

    Find Command

    I need to create a find command button that defaults to "Any Part of Field" and searches based on what a user has entered into various fields on a form. I would also like to eliminate the prompt that occurs with a regular find command button. Is this possible, and if so, can someone please...
  9. N

    pop up forms

    Hey, I'm getting a Purdue Degree. Sorry I can't help, but how did you create a button that generates a pop-up form?
  10. N

    Auto-Populate

    Lawson, Thanks, but I'm not sure how to accomplish what you stated. Is there any way you could send a simple examle to my e-mail address? Even if you don't I appreciate you trying to help with your last reply. I really need to figure this out, and I would like to do it myself, but I simply...
  11. N

    Auto-Populate

    Is there an easier way to do this since the text box is going to auto-populate with information already in the table (with the exception of entering new information). Instead of writing case statements for all of the values, couldn't I somehow just auto-populate the text box by checking what...
  12. N

    Auto-Populate

    I am trying to get a text box to auto-populate based on what value is selected in a combo box. Does anyone know how I could do this? Any help will be greatly appreciated, Thanks [This message has been edited by npierson (edited 05-18-2001).]
  13. N

    Combo Box Auto Populate

    Thanks Anauz, but I can't get it to work. Would you mind sending me sample code (just something simple)? If you will send it, please send it to dunkingman@yahoo.com. Or, I could send you what I'm working on if you would like. Thanks again, Nick [This message has been edited by npierson...
  14. N

    Combo Box Auto Populate

    Actually, I want to get a combo box to auto populate based on values entered into other combo boxes (on a form). Thanks
  15. N

    Combo Box Auto Populate

    How can I get a combo box to auto populate based on the information already entered into the text box/es of a form? Thanks
  16. N

    Date/Time of Form-please help

    Pat, Thanks for your help thus far, but I still need a lot of help, as I still don't understand this, so please try to help if you can: When the first person enters information, the date is not included in the entry (in the table), also the date is not displayed until the second entry (in the...
  17. N

    Insert Record Macro Question

    It is a bound form, but I want instead of letting the form update itself, I want to combine that action with a macro that exports the table that is updated to excel. I created the macro, but I need to know how to combine the two actions. Thanks, Nick
  18. N

    Insert Record Macro Question

    I'm trying to combine a macro with two actions, but one of the actions I want to make the macro do is insert a record (when I put it on a form). Is there any way to make a macro that inserts record (after a user enters information into the form)?
  19. N

    Macro in Form

    I need to create a button that creates a new record and runs a macro that I created. Creating these was easy, but I haven't the slightest clue as to how to combine the two actions into one button. If this is possible, will someone please let me know how to do this? Thanks, Nick
  20. N

    Date/Time of Form-please help

    If nothing else, can someone tell me how to prevent text boxes from displaying any information on first run? I'd like them to be empty.
Back
Top Bottom