how to display information on a datasheet on a form

abiola

Registered User.
Local time
Today, 14:44
Joined
Oct 17, 2008
Messages
13
Please I have a microsoft access form and a table, I will like to display the information in the table on a form, I have made the form a continous form and also set the record source. When I open the form in form view it is blank,but I can see the number of records displayed at the bottom of the form and when I click next it advances to the next record but the form still remains blank. How can I get the form to display the record? Any help will be appreciated.
 
Try opening the properties page for your form and under the data tab make sure that data entry is set to No. Allow additions should be set to Yes
 
Rabbie, I have tried it but still no record is displayed.
 
It works for me. can you post your DB so we can see what you have got there.
 
Hi Rabbie, I only have a form and a table. the form is used to enter data into the table and it is the information in the table that I want to display on another form in form view. I have not written any codes or can you tell me how to post the DB here?
 
Just below the reply text box you will see the "Go advanced" button. Click that. Then scroll a little way down and you will see the "Manage Attachments" button. Click that. then you can attach your DB file.
 
I have zipped it and attached it. Thanks alot.
 
Last edited:
Hi Rabbie, the "form 1" is the form that I want to use to display all the information in the table.
 
Check out Form3 in the attached DB. Is that what you wanted?
 

Attachments

thanks alot, Yes that is what I want to do. So what or how did you do it?
 
Simple really. Just used the New Form Wizared to build a datasheet form using Query1. :)
 
Thanks alot for setting me on my way to the next task.
 
Glad you found it helpful. Good luck with the next bit
 

Users who are viewing this thread

Back
Top Bottom