WANT TO ADD FIELDS

I

Ibzán

I would like to add fields. I created a Database. Then created a form where
on the hours column (fields) I want it to automatically add. I did get that
far, furthermore, when I type, for example; 7.50 it will automatically change
it to 8. On the other hand, if I type 7.25 it will change it to 7.

How can I make it to leave exactly what I type and add fields at the same
time. I would sen you an attachment of my database.

Thank you!
 
W

Wolfgang Kais

Hello Ibzán.

Ibzán said:
I would like to add fields. I created a Database. Then created a
form where on the hours column (fields) I want it to automatically
add. I did get that far, furthermore, when I type, for example;
7.50 it will automatically change it to 8. On the other hand, if I
type 7.25 it will change it to 7.
How can I make it to leave exactly what I type and add fields at
the same time. I would sen you an attachment of my database.

Thank you!

Dont't post attachments in this newsgroup.
So you have a textbox in your form, displaying the Hours field from
a table in your database. What dou you want to add?
Check the fieldsize of the field in the table. I guess that the field
has type number and the field size is Long Integer. Change the field
size to single or double.
 
I

Ibzán

Thank you! I will check it and keep you up to date. Furthermore, is there an
e-mail I can send you what I have created. Maybe you can double check for me.
Thanks!
 
Top