M
Mafukufuku
I want to set the fieldname for columns in a query by having the user select
from a combobox.
- What is the right expression to be put in the fieldname in Designmode?
- Do I have to list the tables where the possible fieldnames are referring to?
- How do I specify the table name?
Right now I have this expression:
Expr3: Forms!frm1inserttable.Combo29.Column(2) But it is a undefined
function according to the error I get.
Where column 2 refers to a tablecolumn with text like:
Idbook
or
BCert.
Because [Dtblissuelegal]![Idbook] and [Dtblissuelegal]![BCert] are columns
in a Dtbl that need to be selected for this query. Column (3) has the text
for the table:
Dtblissuelegal
do I set expr3: ["Forms!frm1inserttable.Combo29.Column(2)"] or
Expr3: ["& Forms!frm1inserttable.Combo29.Column(2) &"] I think I tried all
possible combinations
Do I set the Table-name in the query to:
Expr3: Forms!frm1inserttable.Combo29.Column(3) ?
from a combobox.
- What is the right expression to be put in the fieldname in Designmode?
- Do I have to list the tables where the possible fieldnames are referring to?
- How do I specify the table name?
Right now I have this expression:
Expr3: Forms!frm1inserttable.Combo29.Column(2) But it is a undefined
function according to the error I get.
Where column 2 refers to a tablecolumn with text like:
Idbook
or
BCert.
Because [Dtblissuelegal]![Idbook] and [Dtblissuelegal]![BCert] are columns
in a Dtbl that need to be selected for this query. Column (3) has the text
for the table:
Dtblissuelegal
do I set expr3: ["Forms!frm1inserttable.Combo29.Column(2)"] or
Expr3: ["& Forms!frm1inserttable.Combo29.Column(2) &"] I think I tried all
possible combinations
Do I set the Table-name in the query to:
Expr3: Forms!frm1inserttable.Combo29.Column(3) ?