?
=?ISO-8859-1?Q?=D8ystein_Sund?=
I've got a report that's supposed to have a listbox that looks up error
codes from a table that has a relation to another table. This list is
going to look up this based on an ID number from the other table.
The report will look like this:
ID feilkoder (listbox)
56 doa
dead
The report I've made so far looks like this (without a listbox):
ID feilkoder
56 doa
56 dead
This is not so very practical since a lot of data will be printed i
duplicates (data that I've not included in this example).
So my question is, when Access generates a report, is it possible to get
a value from each post it generates?
Whith MySQL and PHP this would have been pretty easy, but not in Access
when I don't know how. Therefore I wondered if Access uses some internal
variables for each post when it generates a report?
Is there some other way to get the value I need for the rowsource to the
listbox?
Any help, other recommandations or suggestions would be highly appreciated!
Sincerely
Oystein Sund
(from a little place called Norway ;-))
codes from a table that has a relation to another table. This list is
going to look up this based on an ID number from the other table.
The report will look like this:
ID feilkoder (listbox)
56 doa
dead
The report I've made so far looks like this (without a listbox):
ID feilkoder
56 doa
56 dead
This is not so very practical since a lot of data will be printed i
duplicates (data that I've not included in this example).
So my question is, when Access generates a report, is it possible to get
a value from each post it generates?
Whith MySQL and PHP this would have been pretty easy, but not in Access
when I don't know how. Therefore I wondered if Access uses some internal
variables for each post when it generates a report?
Is there some other way to get the value I need for the rowsource to the
listbox?
Any help, other recommandations or suggestions would be highly appreciated!
Sincerely
Oystein Sund
(from a little place called Norway ;-))