astarbyfar
Registered User.
- Local time
- Today, 04:53
- Joined
- Apr 27, 2003
- Messages
- 93
Hi, I have a form which has a combo box on it whose rowsource is a table i.e. the source code of the combo box is
SELECT [LineTable].[Line number] FROM LineTable
This will give me all values already stored in the Line Table. However because I want to produce a query from the value stored here I need to insert the value ALL into the combo list.
However I cant manage to do it. I dont want to insert ALL into the Line Table because that will cause more problems. Likewise I dont want to manually type the values in myself because if the Line Table is updated this also means I will have to manually update the code.
Any ideas?
SELECT [LineTable].[Line number] FROM LineTable
This will give me all values already stored in the Line Table. However because I want to produce a query from the value stored here I need to insert the value ALL into the combo list.
However I cant manage to do it. I dont want to insert ALL into the Line Table because that will cause more problems. Likewise I dont want to manually type the values in myself because if the Line Table is updated this also means I will have to manually update the code.
Any ideas?