MySQL Forums
Forum List  »  Microsoft Access

Re: Access Front End Hassles
Posted by: Pascual Martínez
Date: January 27, 2010 05:12AM

Update:

I've followed post http://forums.mysql.com/read.php?65,10608,231203#msg-231203
--------------------------------------cut------------------------

Add a field to table of type datetime default null

Update link in access

write and run update query to populate this field with now()

Then change this field to type timestamp and default value current_timestamp.

Relink in access.

Job done..

The key to this is that the field is populated... for the timestamp to work.
--------------------------------------cut------------------------

and it works. But ....
access database has corrupt. So next time I've entered the table I could not see any record (odbc error). What I've done:

1. Create a new empty database
2. Link all the tables
3. Tools/Utility/Administer linked tables (I'm not sure since my access has the menu in spanish)-> select all and update
4. Check the tables
5. Import everyting but tables from the original database

By the moment it's working

Options: ReplyQuote


Subject
Views
Written By
Posted
4609
October 08, 2009 08:31AM
3056
October 08, 2009 09:13AM
2999
October 08, 2009 09:20AM
2651
November 24, 2009 04:40PM
2675
November 12, 2009 11:47AM
2720
November 12, 2009 11:48AM
2790
November 24, 2009 04:41PM
2633
January 27, 2010 04:15AM
Re: Access Front End Hassles
2324
January 27, 2010 05:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.