Add entries in the report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am creating a report in Access with the help of VB. I have a small user database in access and for each user I want to display some information in the report (Ex: name etc.).

I have created a field in the report where the user name is diplayed but every time that I assign the value to the field the new value over-rides the old value. Can you please explain how I can do it so that for a very user a new entry is created so that when the report is finished there is a list of users and not only one user

Thanks and Regard
Gordon
 
Reports are usually bound to a record source and controls are bound to
fields. Why have you decided to use VBA to display data on your reports?

--
Duane Hookom
MS Access MVP


Gordon said:
Hi,

I am creating a report in Access with the help of VB. I have a small user
database in access and for each user I want to display some information in
the report (Ex: name etc.).
I have created a field in the report where the user name is diplayed but
every time that I assign the value to the field the new value over-rides the
old value. Can you please explain how I can do it so that for a very user a
new entry is created so that when the report is finished there is a list of
users and not only one user?
 
Back
Top