P
pcslave via AccessMonster.com
Have 2 tables:
INVOICE DATA: consisting of Invoice Number (key, autonumber generation),
customer number, sales order number, amount, sales order date, invoice date,
status, comments
PAYMENT DATA: consisting of Invoice Number, customer number, sales order
number, check number, pay date, pay amount.
Relationship defined for two tables on Invoice Number (one-to-many)
When enter data in INVOICE DATA, customer may prepay all or some of what is
due, or no payment is received (depends on customer type).
Want to be able to select customer number, then select Sales order number and
obtain listing of data from PAYMENT DATA table if total of payments < amount.
From this resulting list, need to be able to edit any entries already made
(say for example , pay amount incorrectly entered) and add any new payment
entry data.
Part of problem is that there may not be corresponding entries in PAYMENT
DATA for all entries in INVOICE DATA. Another part of my problem is that any
records from PAYMENT DATA that exist are not updateable.
Hopefully, this explains what I want and what I need. I figure there is some
simple thing I am overlooking, but have spent quite of few days
"experimenting" with various queries and forms, plus have scanned this great
site for similar topics. Help would be much appreciated.
BTW, would like to do all of this via forms for ease in data entry and
correction, plus have 2+ years worth of data from older dbase process
(ALPHA4V6) which is to be imported and preserved.
INVOICE DATA: consisting of Invoice Number (key, autonumber generation),
customer number, sales order number, amount, sales order date, invoice date,
status, comments
PAYMENT DATA: consisting of Invoice Number, customer number, sales order
number, check number, pay date, pay amount.
Relationship defined for two tables on Invoice Number (one-to-many)
When enter data in INVOICE DATA, customer may prepay all or some of what is
due, or no payment is received (depends on customer type).
Want to be able to select customer number, then select Sales order number and
obtain listing of data from PAYMENT DATA table if total of payments < amount.
From this resulting list, need to be able to edit any entries already made
(say for example , pay amount incorrectly entered) and add any new payment
entry data.
Part of problem is that there may not be corresponding entries in PAYMENT
DATA for all entries in INVOICE DATA. Another part of my problem is that any
records from PAYMENT DATA that exist are not updateable.
Hopefully, this explains what I want and what I need. I figure there is some
simple thing I am overlooking, but have spent quite of few days
"experimenting" with various queries and forms, plus have scanned this great
site for similar topics. Help would be much appreciated.
BTW, would like to do all of this via forms for ease in data entry and
correction, plus have 2+ years worth of data from older dbase process
(ALPHA4V6) which is to be imported and preserved.