I have a form I am using to enter data, at the same time as entering data to the current record I may occasionally have data to be added to or entered into another record, but the main use is for data entry.
I know I could open a second form to complete the task but my prefered way if possible would be to change the current forms settings
What I have been attempting to do is, on the click of a button,
1. Get the "stocknum" field to change from a textbox to a combobox thus making it easier to find the record I require, and
2. Change the value on the 'forms' Data Entry property from yes to no, allowing the form to show data that matches the value of the "stocknum"
Obviously these changes need to be temporary so when the save button is clicked the form returns to its original data entry format.
Hope Ive explained it well
Thanks
MU
I know I could open a second form to complete the task but my prefered way if possible would be to change the current forms settings
What I have been attempting to do is, on the click of a button,
1. Get the "stocknum" field to change from a textbox to a combobox thus making it easier to find the record I require, and
2. Change the value on the 'forms' Data Entry property from yes to no, allowing the form to show data that matches the value of the "stocknum"
Obviously these changes need to be temporary so when the save button is clicked the form returns to its original data entry format.
Hope Ive explained it well
Thanks
MU