I am downloading info from Monarch and then adding two columns with data definition queries. The first one was a breeze.
ALTER TABLE workingpra ADD COLUMN Remarks TEXT (255)
The second one is a pain. I can not get it to add a date/time field, formated to medium date.
Any solutions? Is it possible to do them both in the same query instead of two seperate?
RichB
ALTER TABLE workingpra ADD COLUMN Remarks TEXT (255)
The second one is a pain. I can not get it to add a date/time field, formated to medium date.
Any solutions? Is it possible to do them both in the same query instead of two seperate?
RichB