Hello,
I have an SQl database and I am trying to import data from it to give me my recipients.
In my database I have four fields I want to import.
UserFirstName
UserLastName
UserEmail
SendNewsletter
I have managed to import some data but its going into incorrect columns in MaxBulkmailer
The table in the database with the information i need is called users
I do not understand how to write the query, can someone help please.
I have an SQl database and I am trying to import data from it to give me my recipients.
In my database I have four fields I want to import.
UserFirstName
UserLastName
UserEmail
SendNewsletter
I have managed to import some data but its going into incorrect columns in MaxBulkmailer
The table in the database with the information i need is called users
I do not understand how to write the query, can someone help please.