Form Queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

i would like to create a query in VBA, is this possible and is there a
template that i can follow ?

i have two queries that i would like to join and i would like to join them
in the form.

can anyone help, thanks
 
I've found it helpful to design a query in the query builder, then view it
as SQL. Then I'd copy the SQL and paste it into my VB code and play around
with it until it works. Do this a couple of times and you'll get the hang
of it.
 
will do

thanks

Mark said:
I've found it helpful to design a query in the query builder, then view it
as SQL. Then I'd copy the SQL and paste it into my VB code and play around
with it until it works. Do this a couple of times and you'll get the hang
of it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top