Hey everyone,
I have been writing a program for work and after about a month and a half I have everything working except one feature.
I was wondering if it was possible to write an expression in the field of one of the columns of a query?
I want to put something like this in the field box but cant quite get it to work:
Forms![Form Name].[ComboBox Name].
If I can get this to work, I will be able to make a report where the field of one of the boxes changes depending on what a user picks form a dropdown list on the main form.
This way the user can choose which fields show up on the report and can use the report to compare any feature between products.
Does anyone know why that would'nt work when i try it?
I have been writing a program for work and after about a month and a half I have everything working except one feature.
I was wondering if it was possible to write an expression in the field of one of the columns of a query?
I want to put something like this in the field box but cant quite get it to work:
Forms![Form Name].[ComboBox Name].
If I can get this to work, I will be able to make a report where the field of one of the boxes changes depending on what a user picks form a dropdown list on the main form.
This way the user can choose which fields show up on the report and can use the report to compare any feature between products.
Does anyone know why that would'nt work when i try it?