jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have the following stored procedure:
Alter Procedure AppendAdopt
As
INSERT INTO ADOPT
SELECT ADOPT1.*
FROM ADOPT1;
return
I need to assign a default value of Null to the timestamp field. We only have Access 2000 & MSDE & as a result the help file seems a little 'sparse', & I cannot find an example of how I should declare this. ARRGGHHH
Please help with this apparently simple problem..... James Goodman
j.goodman00@btinternet.com
Alter Procedure AppendAdopt
As
INSERT INTO ADOPT
SELECT ADOPT1.*
FROM ADOPT1;
return
I need to assign a default value of Null to the timestamp field. We only have Access 2000 & MSDE & as a result the help file seems a little 'sparse', & I cannot find an example of how I should declare this. ARRGGHHH
Please help with this apparently simple problem..... James Goodman
j.goodman00@btinternet.com