Create a blank double column in make table query

dassuz

New member
Local time
Today, 04:10
Joined
Jan 10, 2019
Messages
4
Hi Can someone please advise me how I can make a blank numeric double column in a make table query.

Thanks in Advance
 
you must create a number:
MyField: CDbl(0)


then set it to null in an update query. You cannot make a null field and get your type.
so 2 queries: make , then update.
 

Users who are viewing this thread

Back
Top Bottom