Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
The error pops up when I try to show the data report.
[Highlight=VB]
Private Sub mnuPrint_Click()
'Show Printable Inventory
dtaInventory.Recordset.Requery
rptInventory.Refresh
rptInventory.Show
End Sub
[Highlight=VB]
How is it one careless match can start a forest fire, but it takes a whole box to start a campfire?
Are you sure the dtaInventory.Recordset is not opened as forward-only or some such type? Is the .Requery operation allowed on it?
.
I am not a complete idiot. Some parts are still missing. Check out the rtf-help tutorial General VB Faq Thread Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink! Get more power for your floppy disks. ; View honeybee's Elite Club: Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
And if that response was mine, please think about giving me a rep. I like to collect them!