Access Database Forms

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

Guest

I have created a database / file structure only (No data in file) and have
created an input screem / form by which users may input data into the
database / file. This project has not been released. The form is currently
displaying a value of -1 in a couple of boxes. The boxes are combo, value /
list and have input mask set. These are "none" numeric in value.

Can someome help define the problem and a resolution?

Thanks, Harry T.
 
I have created a database / file structure only (No data in file) and have
created an input screem / form by which users may input data into the
database / file. This project has not been released. The form is currently
displaying a value of -1 in a couple of boxes. The boxes are combo, value /
list and have input mask set. These are "none" numeric in value.

Can someome help define the problem and a resolution?

Thanks, Harry T.

What is the Control Source of the combo? The RowSource type is Value
List - what's actually in the Row Source? What is the datatype of the
field to which it is bound?

For what it's worth, -1 is how the logical value True is stored.

John W. Vinson[MVP]
 
Back
Top