Lol, absolutely lame question

  • Thread starter Thread starter Morris
  • Start date Start date
M

Morris

Ive got this action query qrySetTransferred. It changes the flag of one
of the yes/no fields from no to yes. I've got no idea how to invoke
this query from VB code? I do not need to collect any recordset, just
run the appending query and continue with my code.. What's the function
for that?
 
hi Morris,

what has your subject to do with your question?
Ive got this action query qrySetTransferred. It changes the flag of one
of the yes/no fields from no to yes. I've got no idea how to invoke
this query from VB code? I do not need to collect any recordset, just
run the appending query and continue with my code.. What's the function
for that?
DoCmd.OpenQuery "qrySetTransferred"


mfG
--> stefan <--
 
Stefan said:
hi Morris,

what has your subject to do with your question?

Thanks for help.

Well the next person who wouldn't know how to do it realizing, hwo
simple must that be will look for "absolutely lame question" in google
:)

Cheers
 

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