WANT TO ADD FIELDS

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

Guest

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!
 
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.
 
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!
 

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