Hi,
I need to display data entered at runtime in TextBoxes in a vb Project in Ms Access Report.
Ex. I entered "Hello world" in txtWelcome (textBox)
when i press cmdPrint I want this sentence to be viewed
in Report created in msAccess DataBase.(in Text box created in this report)
Thanx,
Ali
25-06-2003 at 06:34 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: MsAccess Reports in VB
How about inserting the text into a table when it is entered and bind your access report field to that field ?
Pls post back if that does not work
Also can you please delete your duplicate post in the general section.
Thank you