Search results

  1. M

    mysql and access unix timestamp?

    i have just tried that and doesnt seem to work i changed the Me.YourEpochField = DateDiff("s",#1/1/1970#,Now) Me.postdate = DateDiff("s",#1/1/1970#,Now) and i put it in the postdate field for the form and in general and still didnt work
  2. M

    mysql and access unix timestamp?

    ok i basically want a form to post a unix timestamp into my mysql database when i change or add any entries is this possible if so how? im good with php and mysql but dont realy use access so please tell me exactly how to do this :) Cheers Steve
Back
Top Bottom