I have a form that is based on table that comprises of the information for a hospital concerning the loans of equipment.
The form's aim is to let the form user change the status of an item from in stock to on loan, and change the other field in the record (e.g. enter the start of loan period etc)
Each piece of equipment has a unique item code.
I have a combo box based on a query that shows only one instance of each item (i.e. if there are three small wheelchairs in stock it will only show the first instance).
The form is based on the main table of items (but the combo box takes information from a query).
All I want to do is use the FindRecord action to jump to the item (e.g. wheelchair) that the user selects the item from the combo box and then clicks a command button.
At the moment when I click the button to activate the findrecord command I get errors - basically either its not searching the main table or something else.
Any ideas on why the macro isn't working?
(sorry about the explaination its not brilliant but i'm pretty new to this
)
Rob
The form's aim is to let the form user change the status of an item from in stock to on loan, and change the other field in the record (e.g. enter the start of loan period etc)
Each piece of equipment has a unique item code.
I have a combo box based on a query that shows only one instance of each item (i.e. if there are three small wheelchairs in stock it will only show the first instance).
The form is based on the main table of items (but the combo box takes information from a query).
All I want to do is use the FindRecord action to jump to the item (e.g. wheelchair) that the user selects the item from the combo box and then clicks a command button.
At the moment when I click the button to activate the findrecord command I get errors - basically either its not searching the main table or something else.
Any ideas on why the macro isn't working?
(sorry about the explaination its not brilliant but i'm pretty new to this
Rob