G
g m via AccessMonster.com
I need to have an efficient way of reporting any one of (36) fields in a
table.
I have a table called mailingList which has fields Title, Prod_ref, Date ...
I have created a look-up table called attributes
has the following fields :- current_selection
which has values like - Title, Prod_ref, Date...
and view_item. (for the drop-down list)
which has entries like - Customer Title, Product Reference, Order Date.....
With the attribute selected, I then want to open another form, and return
appropriate records. I am quite new to VB, but I think it should be a
docmd.openform, but I cannot get the sql string to work.
In essence, the sql will be something like -
select [current_selection from mailinglist.
I am struggling with the syntax.
Any ideas?
Regards
Gordon.
table.
I have a table called mailingList which has fields Title, Prod_ref, Date ...
I have created a look-up table called attributes
has the following fields :- current_selection
which has values like - Title, Prod_ref, Date...
and view_item. (for the drop-down list)
which has entries like - Customer Title, Product Reference, Order Date.....
With the attribute selected, I then want to open another form, and return
appropriate records. I am quite new to VB, but I think it should be a
docmd.openform, but I cannot get the sql string to work.
In essence, the sql will be something like -
select [current_selection from mailinglist.
I am struggling with the syntax.
Any ideas?
Regards
Gordon.