B
BK
I'm trying to do something which I would think would be easy, but can't
seem to figure out how to do it.
In a table I am tracking invoices. All the invoices are input with
payment date and check number left out for obvious reasons, they haven't
been paid yet. My problem is that we'll get a check that pays for
hundreds of invoices at a time. One check, but broken out in a detailed
report. How could I possibly construct something so that I could have a
nice neat form where I could input the Check Number and Date Paid once
and then just type in every invoice it applies to, thus updating the
invoices table? there's no real relation between the main and subforms.
ANd I don't want to list every invoice and have the user search
through and enter that info. It's like data entry in a way, but I don't
want to add records, I just want to update the records that I type in.
It doesn't seem like unbound datasheets work. It only gives one row and
doesn't let me add anything possibly into an array or anything which
would be ideal since I could then just iterate through the array and
issue an update statement. Any ideas?
TIA,
Bill
seem to figure out how to do it.
In a table I am tracking invoices. All the invoices are input with
payment date and check number left out for obvious reasons, they haven't
been paid yet. My problem is that we'll get a check that pays for
hundreds of invoices at a time. One check, but broken out in a detailed
report. How could I possibly construct something so that I could have a
nice neat form where I could input the Check Number and Date Paid once
and then just type in every invoice it applies to, thus updating the
invoices table? there's no real relation between the main and subforms.
ANd I don't want to list every invoice and have the user search
through and enter that info. It's like data entry in a way, but I don't
want to add records, I just want to update the records that I type in.
It doesn't seem like unbound datasheets work. It only gives one row and
doesn't let me add anything possibly into an array or anything which
would be ideal since I could then just iterate through the array and
issue an update statement. Any ideas?
TIA,
Bill