New Recordset

B

Bryan Hughes

Hello,

I have a form that I need to add a command button, that will add a new
client recordset, but I need to keep the current [CaseFileID] the same in
the new client recordset.

How can I do this?

-Bryan
 
J

John Vinson

Hello,

I have a form that I need to add a command button, that will add a new
client recordset, but I need to keep the current [CaseFileID] the same in
the new client recordset.

A "Recordset" is the result of a Query; it might contain any arbitrary
number of records. You wouldn't "add a new recordset" in ordinary
programming. I have to guess that you're using the word with some
other meaning. What do you mean by 'a client recordset' in your case?
 
J

John Vinson

Is this the best way to do this?

Well, since all your constants are exactly the same, containing a
single doublequote charcter, you only need one of them - but other
than that, looks good to me.
 

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

Top