brightstar
Technical User
- Sep 20, 2002
- 233
ok.
i have a tabular form displaying the records of all the contacts in the database. the user can filter these records down to end up with just the few contacts he wants to hit with a marketing shot.
the name of the marketing shot is available to the form.
i want the user to push a button that will send the now filtered contact names to the marketing shot history table, insert their names, the current date and the name of the marketing shot into the table.
so i have a contacts form displaying this kinda data:
ContID ContFname ContLname ContIndustry ContSize
1 Bob Kelly Cosmetics PLC
2 Tim Strand Cosmetics PLC
3 Sally Smith Fabrics PLC
(Marketing shot name = run1)
and after pushing the button, on the form header i guess, the ContactID should get appended to the marketing shot history table that looks like this
ShotID ShotName Receiver ShotDate
1 Run1 1 06/03/04
2 Run1 2 06/03/04
3 Run1 3 06/03/04
this making any sense?
i gess what im going to have to do is get hold of the recordset of the current form and then somehow append that to the shot table
any ideas?
free, anonymous advice provided by the whole world
i have a tabular form displaying the records of all the contacts in the database. the user can filter these records down to end up with just the few contacts he wants to hit with a marketing shot.
the name of the marketing shot is available to the form.
i want the user to push a button that will send the now filtered contact names to the marketing shot history table, insert their names, the current date and the name of the marketing shot into the table.
so i have a contacts form displaying this kinda data:
ContID ContFname ContLname ContIndustry ContSize
1 Bob Kelly Cosmetics PLC
2 Tim Strand Cosmetics PLC
3 Sally Smith Fabrics PLC
(Marketing shot name = run1)
and after pushing the button, on the form header i guess, the ContactID should get appended to the marketing shot history table that looks like this
ShotID ShotName Receiver ShotDate
1 Run1 1 06/03/04
2 Run1 2 06/03/04
3 Run1 3 06/03/04
this making any sense?
i gess what im going to have to do is get hold of the recordset of the current form and then somehow append that to the shot table
any ideas?
free, anonymous advice provided by the whole world