S
sundarun
Hi Forumds,
I have a table of about 150 fields, some are images!. It's a machine setup
instructions table.
The primary keys would be Instruction No, Issue No.
If I am to make a changes to few fields (even one field) I need to have
record copied and increment the issue number. This is a requirement.
I have a combobox for part number which afterupdate lists the latest
instruction in a listbox.
I need to update the instructions for this instruction number.
At the click of a button (say cmdUpdate), I need the desired record copied
as new, without exiting the record (to avoid duplicate record problem), need
to only increment the issue number, and open the data entry interface (the
form with the new copied, incremented record) with the new record.
I believe that looping through fieldcollection would provide a solution.
But how do I implement this. I am just a novice programmer, fairly
comfortable with form and report event properties, but not recordset
manipulation. Can anyone help me please?
Just in case.. my email: (e-mail address removed)
Thanks in advance.
sundarun
I have a table of about 150 fields, some are images!. It's a machine setup
instructions table.
The primary keys would be Instruction No, Issue No.
If I am to make a changes to few fields (even one field) I need to have
record copied and increment the issue number. This is a requirement.
I have a combobox for part number which afterupdate lists the latest
instruction in a listbox.
I need to update the instructions for this instruction number.
At the click of a button (say cmdUpdate), I need the desired record copied
as new, without exiting the record (to avoid duplicate record problem), need
to only increment the issue number, and open the data entry interface (the
form with the new copied, incremented record) with the new record.
I believe that looping through fieldcollection would provide a solution.
But how do I implement this. I am just a novice programmer, fairly
comfortable with form and report event properties, but not recordset
manipulation. Can anyone help me please?
Just in case.. my email: (e-mail address removed)
Thanks in advance.
sundarun