Hi all
On a form I have a text box which I am able to open a form by this code;
"DoCmd.Openform "form42", , , "acctno=" & "'" & Me.AcctNo & "'"
The acctno selects an account so all records can be viewed. I would like to be able to use a make table query so that just the records from a Acctno can be stored into that table.
I know I could use an append table, but not sure which is best.
Can the above code be used to creat an append table or a make table query.
I have tried using the above code with no results.
Many thanks,
kp
On a form I have a text box which I am able to open a form by this code;
"DoCmd.Openform "form42", , , "acctno=" & "'" & Me.AcctNo & "'"
The acctno selects an account so all records can be viewed. I would like to be able to use a make table query so that just the records from a Acctno can be stored into that table.
I know I could use an append table, but not sure which is best.
Can the above code be used to creat an append table or a make table query.
I have tried using the above code with no results.
Many thanks,
kp