msAccess column update
Posted: Sat Oct 24, 2009 12:57 am
I have an app that connects to a access db via vbscript, i can add and update records in the db, but only if all columns have data,
i.e. i get an error message if any of the columns are empty,
but if they all contain data the db updates or adds a new row,
the db table has the following eleven columns:
ID, First Name, Last Name, date1 - date8 ,
Some records have all fields filled in and some dont and the ones that dont wont update or add to the db,
my app uses custom props to store the various vbscripts and that is called via button scripts,
Anyone know of a way round this?
i.e. i get an error message if any of the columns are empty,
but if they all contain data the db updates or adds a new row,
the db table has the following eleven columns:
ID, First Name, Last Name, date1 - date8 ,
Some records have all fields filled in and some dont and the ones that dont wont update or add to the db,
my app uses custom props to store the various vbscripts and that is called via button scripts,
Anyone know of a way round this?