C
Clint G via AccessMonster.com
I'm starting a database for opacity testing. I'm supposed to add fields for
every six minutes in a day that are numbers from 0 to 100, with the date
itself as the primary key. As you can tell, as there are ten 6 minute
intervals in an hour and 24 hours, I should only have 241 fields, but when I
add fields and save it, I get "Property value is too large", and I had all
the number fields in the table set to byte, since I'm not gonna have any
numbers over 127 or 128. I tried denormalization, and split the big table
into two tables, and used a one to one relationship with the two tables, by
adding a Date field to the second table too. I then placed them together in a
query, and then used that query as a record source for the data entry form,
but I get the same day there twice when I cycle through records, I only need
it there once. Can you help me there? If not as a posting, you can send it to
my address at (e-mail address removed) if you wish. If you need me to explain
the problem further, let me know.
Clint
every six minutes in a day that are numbers from 0 to 100, with the date
itself as the primary key. As you can tell, as there are ten 6 minute
intervals in an hour and 24 hours, I should only have 241 fields, but when I
add fields and save it, I get "Property value is too large", and I had all
the number fields in the table set to byte, since I'm not gonna have any
numbers over 127 or 128. I tried denormalization, and split the big table
into two tables, and used a one to one relationship with the two tables, by
adding a Date field to the second table too. I then placed them together in a
query, and then used that query as a record source for the data entry form,
but I get the same day there twice when I cycle through records, I only need
it there once. Can you help me there? If not as a posting, you can send it to
my address at (e-mail address removed) if you wish. If you need me to explain
the problem further, let me know.
Clint