I have a table lets call it clientlist.db with a unique primary key and client information after that.
ClientID +
ClientFName A
ClientLName A
ClientAddress A
ClientCity A
When I make a next record button it goes to the next record by my primary key. However I would like to have a next button go to the next client in the city of the current client.
How could I do that?
Any help you can give would be great.
Glenn
ClientID +
ClientFName A
ClientLName A
ClientAddress A
ClientCity A
When I make a next record button it goes to the next record by my primary key. However I would like to have a next button go to the next client in the city of the current client.
How could I do that?
Any help you can give would be great.
Glenn