R
Rob Edwards
Thought this would be easy...
A report is based off a table: tblServer
There is another table: tblServerIPS, which stores the IPAddresses of each
server (1 to many).
On a report, I want to display server data (name, serialtag, etc.) along
with all the IP addresses of the server.
What is the best way to accomplish this? I've tried the Listbox control and
have been unable to to construct the proper settings. I've looked into
DLookUp but some sites said it would only return single values.
It's a piece of cake in Visual Studio....
A report is based off a table: tblServer
There is another table: tblServerIPS, which stores the IPAddresses of each
server (1 to many).
On a report, I want to display server data (name, serialtag, etc.) along
with all the IP addresses of the server.
What is the best way to accomplish this? I've tried the Listbox control and
have been unable to to construct the proper settings. I've looked into
DLookUp but some sites said it would only return single values.
It's a piece of cake in Visual Studio....