I would be grateful for some help on a default value in a table.
I use an empty table with a couple of fields with default values in i.e.
category: (default value is) Home,
image url: (default value is) www.domainname.com/images/
I then append a query to this table which will then be exported out of access and used to update an my online shop.
Problem I have is of course when I append to the table the default values are overwritten by the new data. Is there a way I can keep the default value and have whatever I am appending added to the end i.e
Catagory: Home,Chairs
Image URL: www.domainname.com/images/654284.jpg
Thanks
Kim
I use an empty table with a couple of fields with default values in i.e.
category: (default value is) Home,
image url: (default value is) www.domainname.com/images/
I then append a query to this table which will then be exported out of access and used to update an my online shop.
Problem I have is of course when I append to the table the default values are overwritten by the new data. Is there a way I can keep the default value and have whatever I am appending added to the end i.e
Catagory: Home,Chairs
Image URL: www.domainname.com/images/654284.jpg
Thanks
Kim