Hi all,
I am creating a form in my database and adding a combobox. In the row source for this i have the following:
SELECT [Parts List FY08].[Case Qty], [Parts List FY08].Alloy, [Parts List FY08].Customer, [Parts List FY08].[Die Number], [Parts List FY08].DesignID FROM [Parts List FY08] ORDER BY [Parts List FY08].[Die Number];
The reason i have five row source elements is when the person filling in the form selects the 'Die Number' from the combobox it then automatically fills in the 'Case Qty', 'Alloy' and 'Customer' fields on the form that are then saved to a table upon closing the form.
When the person filling in the form clicks the combobox i only want them to be able to see the data from the 'Die Number' row source.
I had this working once but seem to have accidently changed something and saved the change and now it isn't working.
Could anyone offer me any pointers?
I have tried a few things to do with 'columnwidths' on the 'Format' tab and 'Bound Column' on the 'Data' tab. But at the moment the only source i can see in my combobox is 'Case Qty'. :banghead:
Thanks in advance.
I am creating a form in my database and adding a combobox. In the row source for this i have the following:
SELECT [Parts List FY08].[Case Qty], [Parts List FY08].Alloy, [Parts List FY08].Customer, [Parts List FY08].[Die Number], [Parts List FY08].DesignID FROM [Parts List FY08] ORDER BY [Parts List FY08].[Die Number];
The reason i have five row source elements is when the person filling in the form selects the 'Die Number' from the combobox it then automatically fills in the 'Case Qty', 'Alloy' and 'Customer' fields on the form that are then saved to a table upon closing the form.
When the person filling in the form clicks the combobox i only want them to be able to see the data from the 'Die Number' row source.
I had this working once but seem to have accidently changed something and saved the change and now it isn't working.
Could anyone offer me any pointers?
I have tried a few things to do with 'columnwidths' on the 'Format' tab and 'Bound Column' on the 'Data' tab. But at the moment the only source i can see in my combobox is 'Case Qty'. :banghead:
Thanks in advance.