J
j_gold
I am linking to a MySQL database and have created various views. I have been
using these views to create reports successfully.
One of the views I wish to display as a datasheet, so I created a form based
on that view. However, the form only displays the first record associated
with an individual. The recordcount shows 7, and 7 "records" are displayed
but they contain the same information.
e.g.
bookID person Title listPrice
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
Can anyone tell my why this works when done as a report, but not a datasheet?
Thanks,
J
using these views to create reports successfully.
One of the views I wish to display as a datasheet, so I created a form based
on that view. However, the form only displays the first record associated
with an individual. The recordcount shows 7, and 7 "records" are displayed
but they contain the same information.
e.g.
bookID person Title listPrice
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
1 "Smith, John" , "A Gazillion (+ 2) ways to screw things up in Access", 10
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
4 "Franklin, Ernie" , "Zen ways to deal with Access issues", 0
Can anyone tell my why this works when done as a report, but not a datasheet?
Thanks,
J