Search results

  1. T

    GoToRecord

    Thank You! I Wanted This Done For A Long Time And I Couldnt Figure It Out! Thanks Sooooooo Much!
  2. T

    GoToRecord

    This is in Access 2000. Open AllRecordsSearch. Go to the right and click the contacts tab. Type in "Blass" for the last name and click search. As you can see, "Blass" comes up, BUT "Buchanan" is selected (first in the list).
  3. T

    GoToRecord

    Here, I will just send you an example of my DB. THanks for your help.
  4. T

    GoToRecord

    Weird, I think it worked the first time, then I did another search and it didnt work and wont work again.
  5. T

    GoToRecord

    No, sorry for not telling you this earlier. When I perform a search, it works, but in addition to bringing up the matched record, it brings up the rest of the clients according to the Company. So when I search Last Name: Johnson. It will bring up the records with the Last Name that is...
  6. T

    GoToRecord

    The message box appeared: found a record. searched on: [Last Name] Like '" & Me.txtSearchLast but still, the record was not on the searched last name. The point of this is because I have highlighted rows. So when the record is selected, the record is highlighted. But when I do the search...
  7. T

    Open Form Filter

    Yeah, I know I should base it on a query. I couldnt for some reason. Thanks for your help.
  8. T

    GoToRecord

    Again, I do appreciate you helping me out here. Thanks a lot.
  9. T

    GoToRecord

    Yeah, that didnt work again. Weird. Hmm.
  10. T

    GoToRecord

    Yeah, that is still not working. I dont know. I used the DoCmd.GoToRecord, , acLast and it worked and went to the last record in the list. Do you have any suggestions on doing a GoToRecord function?
  11. T

    Open Form Filter

    I couldnt base my form on a query form some reason. I tried before and it wouldnt work because it is a form with two subforms. Main form has Company information. Subform1 has Client information per Company. Then Subform2 has Lead information per Client. And this form was created for the...
  12. T

    Open Form Filter

    I feel really dumb asking this question because I feel stupid right now. I have Accounts that are Active and Inactive. In a form, however, I want to only show Active accounts. A invisible combo box in the form called cmbActiveInactive shows whether or not the Account is Active or Inactive...
  13. T

    GoToRecord

    That still goes to the first record in the list. In advance, thank you for your help.
  14. T

    GoToRecord

    ? Can anyone help ?
  15. T

    GoToRecord

    Hi, in my main form I have company information (Name, Address, City, State, etc). I am searching a subform. My subform contains Contact information (First Name, Last Name, Title, etc). I searched for several weeks on this issue and I have had no success. This is my code: Dim strSQL As...
  16. T

    Select Record AFTER Search

    Does anyone have any other ideas? Thanks.
  17. T

    Help-can it be done?

    Just tried downloading it, but it doesnt work. Please view your PM. Thanks.
  18. T

    Help-can it be done?

    Because, what I have done, employees dont even have to submit their employee I.D., Time In, and Time Out information. This all can be done automatically without wasting time inputing that information
  19. T

    Help-can it be done?

    Hi, I just did this. PM me if you want help. Or send the database to me and maybe I can do it for you!
  20. T

    Select Record AFTER Search

    I just tried that and it didnt work. My string variable is: l_strAnd And this is what I put: Me.ClientInformation_Subform1.SetFocus DoCmd.GoToRecord , , "[First Name] = '" & l_strAnd & "'" Any other ideas?
Back
Top Bottom