Date Format dataagrid to Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Problem: correct datagrid display of time portion of date
Setup: `1-Access dB,fld formatted as "Date- short time"
2-dataGrid col. formatted as "t"
Operation: The text an a button is created from a time portion of a
date,where when "clicked" the text modifies a dataset cell. By converting
the text to a date(Cdate()) and then via ds.dTbl(row)(col)= cDate(.text)
changes the cell contents.

results: the dataGrid displays only the date portion which is the default
date and when the daTbl is updated id dispalys the same. Note that if a
manual entry of a time portion is typed into the Access tbl cell then it
carries over and displays correctly in the dataGrid but when i try to change
the dataset and update it only displays the default date prtion.
 
Hi Ogetti

Are you using a form function or query
Can you let us have the full formula you are using for the data convert
which you say has (Cdate())
and it would help to have the "other bit". At the moment it seems you are
trying to change text to a date / time portion of the text and then change it
back. This can't be right so could put it very simply (I'm a bit slow
tonight)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top