Hi Guys,
I have a question for you which is playing on my mind, i'm trying to add a field to a table which already has data in but i want the new fields to place data in each row for each new field that i add. So for example say my table looked like this:
How do i add a new field to the table which will automatically add a default value of '-'. So say i wanted to add a new field called EmailAddress the rows would now look likeCode:Fields: FirstName, LastName, Username Rows: Jerry, Thomas, Jtom2 Jenna, Fish, jfish4 Darren, Jackson, Dazzbo33 Chris, Hunt, Hunty93
How do i do this please?Code:Fields: FirstName, LastName, Username, EmailAddress Rows: Jerry, Thomas, Jtom2, - Jenna, Fish, jfish4, - Darren, Jackson, Dazzbo33, - Chris, Hunt, Hunty93, -
Thanks in advance!![]()





Bookmarks