erosenberger
New member
- Local time
- Today, 12:25
- Joined
- Jul 8, 2003
- Messages
- 5
Is it possible to save a snapshot of just the current record?
I want to be able to have a button to be clicked so that an image of the current record only is saved. I know how to print a single record using the [Wherecondition]. I just can't seem to simulate it in VB.
DoCmd.OutputTo acReport, stDocName
Where do I put this condition?
"[Primary_Key] = forms!Form_Form1![Primary_Key]"
As you can see, I've never been schooled in VB, I've picked it up here and there, but I'm tryin'
I want to be able to have a button to be clicked so that an image of the current record only is saved. I know how to print a single record using the [Wherecondition]. I just can't seem to simulate it in VB.
DoCmd.OutputTo acReport, stDocName
Where do I put this condition?
"[Primary_Key] = forms!Form_Form1![Primary_Key]"
As you can see, I've never been schooled in VB, I've picked it up here and there, but I'm tryin'