rainman89
I cant find the any key..
- Local time
- Today, 08:27
- Joined
- Feb 12, 2007
- Messages
- 3,013
Hi all,
I was wondering if anyone has come across making duplicate records with only one field changed. This field would be based on caseID.
My users are getting tired of splitting their expenses so they are just lumping the expense onto one case and hoping that someone(me) will realize what they did and change it to each case for them.
What i would like is to add combo boxes on the form and for each combo box that has a selection in it duplicate the record for each caseID. could probably be up to 5 different cases per expense.
I dont know how to do this for each selection, i was thinking if i did saverecord, create new record,save record. but wouldnt the new record remove what was in the txt boxes of the form?
I was thinking id do it in the beforeupdate of the form, and maybe put a if statement, or something in there but im at a loss as to how to do this the most effective way. anyone have any ideas for me?
I was wondering if anyone has come across making duplicate records with only one field changed. This field would be based on caseID.
My users are getting tired of splitting their expenses so they are just lumping the expense onto one case and hoping that someone(me) will realize what they did and change it to each case for them.
What i would like is to add combo boxes on the form and for each combo box that has a selection in it duplicate the record for each caseID. could probably be up to 5 different cases per expense.
I dont know how to do this for each selection, i was thinking if i did saverecord, create new record,save record. but wouldnt the new record remove what was in the txt boxes of the form?
I was thinking id do it in the beforeupdate of the form, and maybe put a if statement, or something in there but im at a loss as to how to do this the most effective way. anyone have any ideas for me?