Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using arrays

Status
Not open for further replies.

SHAWTY721

Programmer
Aug 16, 2007
116
US
I have a couple of tables in my database that contain various account numbers and codes that are all related to one another. I was wondering if creating an array would work to get the associated account numbers to appear on a form depending on which dept code is being used.
 




Hi,

Why create an array? Why not put that information in a table relating "account numbers and codes that are all related to one another."

Then use that table in your joins.

Skip,

[glasses] When a wee mystic is on the loose..
It's a Small Medium at Large! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top