Update multiple record values in form/query

T

Todd H

I am not sure where to start with this issue. I have a simple budget/
cost tracking data base that has three tables; tblTracking,
tblLineItems, and tblPayments.

tblTracking has the following fields: RecordNo(key), Title, and
Approved(Y/N)
tblLineItems has LIID(hidden key), RecordNo, CostCode, Amount
tblPayments has PMTID(hidden key), CostCode, Amount, BillingPeriod
 
T

Todd H

I am not sure where to start with this issue.  I have a simple budget/
cost tracking data base that has three tables; tblTracking,
tblLineItems, and tblPayments.

tblTracking has the following fields: RecordNo(key), Title, and
Approved(Y/N)
tblLineItems has LIID(hidden key), RecordNo, CostCode, Amount
tblPayments has  PMTID(hidden key), CostCode, Amount, BillingPeriod

Sorry for the multiple posts...I have started a new post with more
refined info.
 
T

Todd H

I am not sure where to start with this issue.  I have a simple budget/
cost tracking data base that has three tables; tblTracking,
tblLineItems, and tblPayments.

tblTracking has the following fields: RecordNo(key), Title, and
Approved(Y/N)
tblLineItems has LIID(hidden key), RecordNo, CostCode, Amount
tblPayments has  PMTID(hidden key), CostCode, Amount, BillingPeriod

Sorry for the multiple posts...I have started a new post with more
refined info.
 

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