mattbland
Isnt really listening
- Local time
- Today, 16:05
- Joined
- Aug 8, 2002
- Messages
- 33
hey again,
im tryin to create a search facility which will bring up a particular field in my database (very simple, i know) but i can only get it to go to a record if i specify the record no in the code. I cant get the expression to add to findrecord command. This is the command line:
DoCmd.FindRecord "search", acEntire, False, acSearchAll, True, acAll, True
the text bocx (search) is unbound.
im tryin to create a search facility which will bring up a particular field in my database (very simple, i know) but i can only get it to go to a record if i specify the record no in the code. I cant get the expression to add to findrecord command. This is the command line:
DoCmd.FindRecord "search", acEntire, False, acSearchAll, True, acAll, True
the text bocx (search) is unbound.