R
redFred
I have read Allen Bowne's method (and others reponses here) to modify a table
to change a field from text to date type.
Create new field - update old into new type - change name back to old name.
My table stores credit card expiry dates as text, MM/YY.
I want to change to date type, with the new date being MM/31/YY, or some
other day. I wish to do this to facilitate MS KB210534 credit card
expiration date method. That is, all new entries, while entered as MM/YY
would be - for expiration test purposes - considered as expiring on the last
day of the month.
My dilemma is the syntax for the update query. I'm not getting anywhere.
I appreciate any help,
to change a field from text to date type.
Create new field - update old into new type - change name back to old name.
My table stores credit card expiry dates as text, MM/YY.
I want to change to date type, with the new date being MM/31/YY, or some
other day. I wish to do this to facilitate MS KB210534 credit card
expiration date method. That is, all new entries, while entered as MM/YY
would be - for expiration test purposes - considered as expiring on the last
day of the month.
My dilemma is the syntax for the update query. I'm not getting anywhere.
I appreciate any help,