Hi All
What a great site!
I am not new to Access, but I am, so far, only a UI developer - not much VBA experience. Using Access 2003.
I have created a simple database for a user to input job orders and produce a 'job sheet' and an invoice, as well as various other reports. It all works fine. There are only two tables, the tbljobs and the tblservices. There could be more than one service, hence the services having its own table.
The user has asked if she can search the 'locations' field in a table, and just return those records where any part of that location matches what she types in. Its a memo field, as there can be many thousands of them and its not something I can build a fixed list into.
I want to build a form where she can type in any word and return all records where there is a possible match (as a continuous form). I know it sounds simple but I just cant get it!
Can anyone assist?
Many thanks
Mark:banghead:
What a great site!
I am not new to Access, but I am, so far, only a UI developer - not much VBA experience. Using Access 2003.
I have created a simple database for a user to input job orders and produce a 'job sheet' and an invoice, as well as various other reports. It all works fine. There are only two tables, the tbljobs and the tblservices. There could be more than one service, hence the services having its own table.
The user has asked if she can search the 'locations' field in a table, and just return those records where any part of that location matches what she types in. Its a memo field, as there can be many thousands of them and its not something I can build a fixed list into.
I want to build a form where she can type in any word and return all records where there is a possible match (as a continuous form). I know it sounds simple but I just cant get it!
Can anyone assist?
Many thanks
Mark:banghead: