Hierophant
Registered User.
- Local time
- Today, 07:44
- Joined
- Mar 14, 2003
- Messages
- 28
Greetings,
I have hit a wall..
I have a List called List5, populated with Clients details, including ClientID. When one of the records is selected in List5, you can then hit Command23, which I want to have change some data in that record. One of the Client tables fields is 'Status', of which there are two possible values, either "Current", or "Past".
So a client is selected.
I need is a snippet of code to put in the Click event for the Command button, to change the current records value for its field 'Status' to "Past"..
I know, its probably simple.. but help me anyway please.
Thanks very much, in advance!
Hierophant.
I have hit a wall..
I have a List called List5, populated with Clients details, including ClientID. When one of the records is selected in List5, you can then hit Command23, which I want to have change some data in that record. One of the Client tables fields is 'Status', of which there are two possible values, either "Current", or "Past".
So a client is selected.
I need is a snippet of code to put in the Click event for the Command button, to change the current records value for its field 'Status' to "Past"..
I know, its probably simple.. but help me anyway please.
Thanks very much, in advance!
Hierophant.