What is Chr(34) ---- Q No.2

M

Martin

.....

Secondly, If I use DoCmd.OpenQuery instead of DoCmd.OpenTable,

Is it OK that other parts of the VBA sentence is the same as DoCmd.OpenTable
?


Thanks again :)
 
D

Dirk Goldgar

Martin said:
....

Secondly, If I use DoCmd.OpenQuery instead of DoCmd.OpenTable,

Is it OK that other parts of the VBA sentence is the same as
DoCmd.OpenTable ?

Yes. But why don't you just try it and see? That would be a lot faster
than posting a newsgroup question and waiting for a reply.
 
Top