G
Guest
Hi, all. I am a _relative_ newbie (good with Access, new to VB) and cannot figure out the best way to handle this
I have a main table Contracts with related table Contract Details. A number of people enter data into both for their own area of work. We now have two areas that are 'partners', and a 'programID' and a 'partnerID' field are both in the main Contracts table. When times,locations, and dates change for Area1 they *almost always* change the same way for Area2. For example, Kroger orders programs for 10 of its stores, and later adds 15 more stores, and changes one of the original's dates to a later date. This time/date/store data is all stored in Contract Details.
I need to have a fairly simple way to add the new/changes for both program and partner. I am good with macros, and devised a quick one for now (on a form for an UpdateContracts table, strictly for this use) to just to add new Contract Details to the main program, but I'd like to have a way to choose a bunch of records and add to program and partner at the same time, also a way to make changes to both at the same time. Add and Change need to be done separately, because sometimes there is only an addition, sometimes there are only changes in records that already exist. It would be REALLY great if I could run this from the forms they already use for data entry, but how would it track changes and additions
Sorry so lengthy, but I wanted to give enough description. I have been thinking til my brain hurts and trying stuff for 2 weeks (on and off, of course . Please help!! Thanks!
I have a main table Contracts with related table Contract Details. A number of people enter data into both for their own area of work. We now have two areas that are 'partners', and a 'programID' and a 'partnerID' field are both in the main Contracts table. When times,locations, and dates change for Area1 they *almost always* change the same way for Area2. For example, Kroger orders programs for 10 of its stores, and later adds 15 more stores, and changes one of the original's dates to a later date. This time/date/store data is all stored in Contract Details.
I need to have a fairly simple way to add the new/changes for both program and partner. I am good with macros, and devised a quick one for now (on a form for an UpdateContracts table, strictly for this use) to just to add new Contract Details to the main program, but I'd like to have a way to choose a bunch of records and add to program and partner at the same time, also a way to make changes to both at the same time. Add and Change need to be done separately, because sometimes there is only an addition, sometimes there are only changes in records that already exist. It would be REALLY great if I could run this from the forms they already use for data entry, but how would it track changes and additions
Sorry so lengthy, but I wanted to give enough description. I have been thinking til my brain hurts and trying stuff for 2 weeks (on and off, of course . Please help!! Thanks!