Morning, we have a database which tracks Leave. I have a Datestamp
field which enters the date and time of the entry, plus 4 hour fields
which are defaulted to zero. Plus I have a field that records what PC
entered the data, compterrname. However, when we moved to Access
2007, using Access 2003 data these fields no longer show any entry,
they are all blank. You have to enter zero and a number for the 4
fields to get the other reports ect. to work right?
Any suggestions. Thanks
NetworkTrade - 09 May 2008 15:58 GMT
07 does not have an auto 0 as the default for a number field. but you can
set it to do so.
when you say that it "no longer shows data"...that is a bit
disconcerting....a leading 0 that appears in a text defined field, will
disappear if it is changed to a number defined field: i.e. 00005 in a text
field will change to 5 in a number field. not sure if that is germain to
your situation or not....

Signature
NTC
> Morning, we have a database which tracks Leave. I have a Datestamp
> field which enters the date and time of the entry, plus 4 hour fields
[quoted text clipped - 5 lines]
>
> Any suggestions. Thanks
pete.trudell@twc.state.tx.us - 09 May 2008 19:14 GMT
Thanks, I'm sorry... we are running Access in the 2003 Compatibility
format. And on the Table I have the Date Entry field default
setting : =Now() ; The number fields default settings = 0; and for the
Computer Name I have that setting =Environ(ComputerName).
Does that help?
Thanks again
NetworkTrade - 09 May 2008 21:23 GMT
well it is not clear. are the defaults not working? you say "you have to
enter 0 or a value in 4 fields".....

Signature
NTC
> Thanks, I'm sorry... we are running Access in the 2003 Compatibility
> format. And on the Table I have the Date Entry field default
[quoted text clipped - 4 lines]
>
> Thanks again
pete.trudell@twc.state.tx.us - 09 May 2008 22:00 GMT
On May 9, 3:23 pm, NetworkTrade
<NetworkTr...@discussions.microsoft.com> wrote:
> well it is not clear. are the defaults not working? you say "you have to
> enter 0 or a value in 4 fields".....
[quoted text clipped - 12 lines]
>
> - Show quoted text -
Found an article that on a form you need to set the default there in
the fields properties for 2007. I did that and now I get the 0 for
each leave type as a default. Thanks