Search results

  1. E

    How to determine whether or not a listbox has items selected...?

    Hello. As my title states, that is my problem! I'm building search criteria from a form and have multiple list boxes... I want to be able to determine whether or not a list box has items selected or not. I have tried as many things as i knew how to with no luck... Also, i searched the forum...
  2. E

    Deleting a subform's record?

    Hello. So I have a main form that has a subform located onto it in datasheet view. The subform has all editing attributes locked. I want a button on the main form that when pressed, unlocks the subform and then deletes the record selected. On my button I know how to change the attribute of the...
  3. E

    Is there any way to hide a form...?

    hah sorry for being vague. but yah, i meant in the task bar, and i found the option. thanks!
  4. E

    Is there any way to hide a form...?

    Hi. I was just wondering if you can hide a form in the windows status bar?
  5. E

    PK of one form editing a value in another opened form...

    Indeed I have not. I am unaware of the "save command" for data entry. Perhaps you could enlighten me? Hopefully one that does not require the closing of a form... But, yes. I can see how that would destroy my hopes of success. Thanks!
  6. E

    PK of one form editing a value in another opened form...

    So, I hope that i'm just making a simple error, because as far as I know this should work! I have two tables. (and i'll just simplify it because the other info isn't necessary to aide me!) tblProduction ProductionID - Autonumber - PK ProductionLocation tblStorage StorageID - Autonumber - PK...
  7. E

    Opening a form and setting values?

    sweet. thanks. i didn't know it was that simple! :p
  8. E

    Opening a form and setting values?

    Okay. So, i have this frmProduction that has a cbo box on it, and when i select the value 'sold from field' i want it to open up another form (frmSales) that i have already created. Now, not only do i want it to open it but i want to have some information on frmSales filled out with the values...
  9. E

    Popup Calendar (no OCX) c/w example use

    duude that thing is awesome! thanks!!:eek: :cool: :D :D :D
  10. E

    Detecting user?

    i'll use that. it seems a bit easier. thanks!
  11. E

    Detecting the current year?

    awesome. thanks guys!
  12. E

    Detecting the current year?

    Hello. Just wondering if there was a way to detect the current year? (2006, obviously). Reason being, have an input date of year a block of trees was planted and i want to have an automatic calculation for the 'age of trees'. Thanks!
  13. E

    Detecting user?

    Hello. So, I have a logon form with a combo box for user name and a text box for the password. When they hit login, the user is then looked up and the password verified and if it's good they're taken to a specific screen that gives them specific options. What i want to know is how to hold the...
  14. E

    n00b question. Query Criteria.

    Okay. So, this is my set up. I have a form that has various input fields that are connected to my main table. What I want to do is have my form allow the user to enter information, leaving some of it blank if they don't want it, and then press a button and it will open the query with the...
  15. E

    n00b question. Button won't UNPRESS?

    Hah. Yes! You're right. Damn, you're awesome. Thanks a bunch!... You could only imagine the trouble I having trying to get that button to work right.:cool: Thanks again!!!!!
  16. E

    n00b question. Button won't UNPRESS?

    Hello. So, basically I have an input form. I disabled pretty much all of the controls and instead of using the left and right arrow buttons I wanted to create my own ones to go to the next record. What happens is that the button pushes down, but doesn't unpush. And then if i push it again it...
  17. E

    n00b question. Input forms...

    I'll give it a shot when I get back to my computer... Thanks alot!
  18. E

    n00b question. Input forms...

    Hello, When I open an already created form just linked to a table to input new information. At the bottom is says, for example, 1 of 30. How can I make it so that it just adds a new entry at the end of that 30, being 31? And then, perhaps sorting the table... after all the data has been...
Back
Top Bottom