All,
I am trying to resolve a problem that I have been thinking about for a while. I have a table of assets containing about 15 columns of data. One of my columns [system_registration_name] holds the data type of the PC for example:
COMPUTER-NET-00001
COMPUTER-NET-00002
Are for Networked
COMPUTER-PC-00001
COMPUTER-PC-00002
Are for Laptops
I would like to have a list box in my form that shows all of the assets. But then either with a radio button or combo box make the row source for the list box change. I could do this by manually creating queries that do it. But I would also like it so the user using the form can combine options like:
Only Laptops
Only Networked
All Assets
With other options like
In Ascending Bldg order
In Descending Bldg Order
Asc Room Number
Desc Room Number
Site
etc.
It seems like the only way to do this is to create every single different type possible as queries and setting that as the row source via radio buttons.
Does anyone have any alternate idea's for me.
Thank You
Keith
I am trying to resolve a problem that I have been thinking about for a while. I have a table of assets containing about 15 columns of data. One of my columns [system_registration_name] holds the data type of the PC for example:
COMPUTER-NET-00001
COMPUTER-NET-00002
Are for Networked
COMPUTER-PC-00001
COMPUTER-PC-00002
Are for Laptops
I would like to have a list box in my form that shows all of the assets. But then either with a radio button or combo box make the row source for the list box change. I could do this by manually creating queries that do it. But I would also like it so the user using the form can combine options like:
Only Laptops
Only Networked
All Assets
With other options like
In Ascending Bldg order
In Descending Bldg Order
Asc Room Number
Desc Room Number
Site
etc.
It seems like the only way to do this is to create every single different type possible as queries and setting that as the row source via radio buttons.
Does anyone have any alternate idea's for me.
Thank You
Keith