Hello all,
I need to pull contact information from another database and display it in the database I’m currently developing. Would I need to use the @DbColumn formula to pull the information from the other database?
Thanks for any tips
Regards,
Sunny
Subject: Quick Question: @DbColumn
Yes, or @DbLookup if searching for specific information based on a key
Alternatively, if using script, you can use a variety of techniques to get the information from the other database
Subject: RE: Quick Question: @DbColumn
Hello.
Thanks for your quick response.
I’ll try the @DbColumn for now as I wouldnt know where to begin with script lol!
Thanks again,