|
-
How to add blank date to recordset??
How do I add a date to a recordset? My app is user interface to an access
db which loads records from the database. But if user wants to add records
I am having problems with adding to date fields. I would like to add a blank
record but using the addNew method as below I seem to have to add a value.
This is how I have been adding records. Is there any way to do this with
the = expression??
recordset.AddNew
recordset!Date = "4/4/44"
recordset.Update
I can get away with (= "") for textfields, but for dates it seems I have
to add a real date.
Any help would be greatly appreciated
Mark Burns
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks