Purdue2479
Registered User.
- Local time
- Today, 23:00
- Joined
- Jul 1, 2003
- Messages
- 52
Is there a way to enter blank fields into a maketable query without using Null, MfstAccsAmt: Null? I can't just use design view to change the field type because the table is deleted everytime the code is run. I have an update query that runs after the maketable query and populates the blank fields in the maketable. One of the fields the update query pulls from is a currency type. This is type is not carried over I am assuming because the field is set to Null. But if I do not set the field to Null it automatically creates an expression, Expr2: [MfstAccsAmtl]. Any suggestions?