> >  INSERT INTO Table (Field1)
> >  VALUES (NULL)
> >
> >  That should do it as long as the field can accept NULL values

> The autonumber field in my query does not accept nulls...but
> thank you for your input...

I know you've already got a solution to this, but as I commented, as long as
the field accepts NULL values, you can add a row

Your record can't just be an AutoNumber field, can it? If not, insert into
another field - the AutoNumber will take care of itself

Don't rely on Access solutions - when you upgrade to either mySQL, SQL
Server or Oracle, you'll have to hunt for all of these instances and change
them to more generic SQL or engine-specific versions (like you have now)

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to