Update multiple record values in form/query

  • Thread starter Thread starter Todd H
  • Start date Start date
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
 
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.
 
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.
 
Back
Top