A
ashour.rehana
I have two tables:
One called Invoice Details and the other called Parts. They are both
related via the PartID field (the autonumber key field).
In the Invoice Details table I have a field called UnitPrice and in
the Parts table, I have a field called Price.
Question: How can I set the default value of the UnitPrice field in
the Invoice Details table as the value in the Price field in the Parts
table?
I'm assuming I can use a query for this, but I have no idea how to
write it.
I'm familiar with Access, but have very limited coding experience.
I'm using Access 2003.
Thank you,
AR
One called Invoice Details and the other called Parts. They are both
related via the PartID field (the autonumber key field).
In the Invoice Details table I have a field called UnitPrice and in
the Parts table, I have a field called Price.
Question: How can I set the default value of the UnitPrice field in
the Invoice Details table as the value in the Price field in the Parts
table?
I'm assuming I can use a query for this, but I have no idea how to
write it.
I'm familiar with Access, but have very limited coding experience.
I'm using Access 2003.
Thank you,
AR