Manipulating records of 2 tables

P

Praveen Manne

HI,

How to manipulate records of 2 different tables on a form. Can anyone help
me in the correct syntax?

for eg: 23 is in table 1
and 75 is in table 2

how to add these two numbers on a form which is bounded to another table?

Thanks
Praveen
 
L

Larry Linson

Praveen Manne said:
HI,

How to manipulate records of 2 different tables on a form. Can anyone help
me in the correct syntax?

for eg: 23 is in table 1
and 75 is in table 2

how to add these two numbers on a form which is bounded to another table?

Np, without more specific information about how the tables in which these
numbers reside relate to the information on the form, no one is likely to be
able to give you more than generic help such as: look into the domain
aggregate function DLOOKUP in Help. That allows access to particular tables
that need not be the Recordsource of the Form.

If you can clarify, there's a good chance that someone can help, though.

Larry Linson
Microsoft Access MVP
 

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