M
mezzanine1974
In my database, I would like to make the things easier for the user to
edit row items. My target is to enable user to focus on required
invoice items quickly. The table is called "Tbl_Invoice" which is
related to other tables where all relationships are enforced for
referential integrity and all allowed for cascade update related
fields and cascade delete related rows.
I designed a query for "Tbl_Invoice" and which is bounded to a
"Form1". In that form, I provided two combo boxes: where you can
select "Purchase Order" and "Supplier Name" respectively which are two
fields of "Query1" coming from other different related tables.
So, user easily can focus on required invoice items based on selected
Purchase Order and Supplier Name.
My problem is that user can not change field value in any row on the
"Form1"
What might be the reason?
(I hope i could explain the situation successfully)
edit row items. My target is to enable user to focus on required
invoice items quickly. The table is called "Tbl_Invoice" which is
related to other tables where all relationships are enforced for
referential integrity and all allowed for cascade update related
fields and cascade delete related rows.
I designed a query for "Tbl_Invoice" and which is bounded to a
"Form1". In that form, I provided two combo boxes: where you can
select "Purchase Order" and "Supplier Name" respectively which are two
fields of "Query1" coming from other different related tables.
So, user easily can focus on required invoice items based on selected
Purchase Order and Supplier Name.
My problem is that user can not change field value in any row on the
"Form1"
What might be the reason?
(I hope i could explain the situation successfully)