Search results

  1. A

    Same Command Button for two different forms?

    Hi Guys, Probably easy question:....I have two separate forms at the moment Search 1 and Search 2. On double click on both forms, it can take the user to the selected record. However, I want to create one command button that takes them back to either Search 1 or Search 2, depending which one...
  2. A

    Same Command Button for two different forms?

    Hi Guys, Probably easy question:....I have two separate forms at the moment Search 1 and Search 2. On double click on both forms, it can take the user to the selected record. However, I want to create one command button that takes them back to either Search 1 or Search 2, depending which one...
  3. A

    VIEW AFTER SEARCH

    Hi All, This is a probably a simple question, here is my problem... Currently I have a search form based on a combo box, the user selects the jobcode and click on a command button. This will open another form, displaying all the entries under that jobcode. Now, in that display form, there is...
  4. A

    VIEW AFTER SEARCH

    Hi All, This is a probably a simple question, here is my problem... Currently I have a search form based on a combo box, the user selects the jobcode and click on a command button. This will open another form, displaying all the entries under that jobcode. Now, in that display form, there is...
  5. A

    Creating Search form

    I also had the same problem, but followed the instructions. The text control is actually the name for the combo box. 1. In the form you would like to insert the combo box, in the properties, name it as txtsearchstring. say example you have named your form frmsearch 2. In the query design...
  6. A

    REFRESHING DATA

    Thanks RpbertS.. Sorry to trouble you again, but I am an absolute newbie to both Access and VBA.... it didn't work for some reason...any other suggestion?
  7. A

    Repeating data entry

    Thanks Talismanic... I think I am just pathetic because it didn't work for me....the syntax error keeps highlighting the last """"..... not sure where I am going wrong....Sorry to trouble you again!
  8. A

    Code Builder

    Hi Both, It didn't seem to work..probably due to my inexperience...glad to learn from the experts!!! Any other explanations?
  9. A

    REFRESHING DATA

    Hi, This may be a simple question...I have one tab form called main menu, which contains an unbound text box, and displays all entries entered. Now my question is..is there a way to create in the data entry form a 'Back To Main Menu' command button, that on click, it will: 1. Take you back...
  10. A

    Repeating data entry

    Hi All, I am having the same problem as my previous one. sorry to be repetitive, but because I am a Beginner in Access, the recommendations provided to me, I couldn't work out. The Scenerio is again: One data entry form to input responses to questions with the following fields: 1. Job Code...
  11. A

    Code Builder

    Thankyou all for responding..shall try it now and come back if i can't figure it out....
  12. A

    Code Builder

    Hi, I am modifying designs on a form, which I didnt build the database for, this has proved to be difficult. What I am wrecking my brain over is this: 1. There is a data entry form which involves 15 questions. 2. To avoid re-keying the same data in all questions such as persons name etc, the...
Back
Top Bottom