P
Priya
Hi,
I have a " Revise quote " main form which when I type in
quote number will display related info (revision number,
customer info etc)thats stored. This main form also has a
subform which displays all the items that were quoted for
that quote number with details like unit & total price.
Problem no 1:
When I double click a record on the subform (one item) it
opens a form with all the details of that item.
But when I change some details on this pop up form and
close it, I want my changed information to be displayed on
the subform.
Right now, only when I close this main form, open it
again , the new values for that record shows on the
subform.
Problem no2:
How can I copy one record as a whole with all the fields -
using visual basic code?
Should I open that table, and copy each and every field
into the new record or is there an easier way to copy
one record as a whole?
Thanks in advance
I have a " Revise quote " main form which when I type in
quote number will display related info (revision number,
customer info etc)thats stored. This main form also has a
subform which displays all the items that were quoted for
that quote number with details like unit & total price.
Problem no 1:
When I double click a record on the subform (one item) it
opens a form with all the details of that item.
But when I change some details on this pop up form and
close it, I want my changed information to be displayed on
the subform.
Right now, only when I close this main form, open it
again , the new values for that record shows on the
subform.
Problem no2:
How can I copy one record as a whole with all the fields -
using visual basic code?
Should I open that table, and copy each and every field
into the new record or is there an easier way to copy
one record as a whole?
Thanks in advance