Hi,
I have a form which collects data which eventually gets sent to a Word document via bookmarks. I need to be able to send only the current record on my form to word. Currently if I have say 10 records in my table, when I generate the Word Doc it automatically goes to Record #1, but I'd like it to go directly to whatever record I happen to be on in my form.
I've tried setting the recordset like:
rstCust.RecordCount = [forms]![frmEmployees]![ID]
But this doesn't work. Any ideas would be greatly appreciated!
Bill
I have a form which collects data which eventually gets sent to a Word document via bookmarks. I need to be able to send only the current record on my form to word. Currently if I have say 10 records in my table, when I generate the Word Doc it automatically goes to Record #1, but I'd like it to go directly to whatever record I happen to be on in my form.
I've tried setting the recordset like:
rstCust.RecordCount = [forms]![frmEmployees]![ID]
But this doesn't work. Any ideas would be greatly appreciated!
Bill