Hi,
I am setting up a table that has 4 integer fields. Most of the time these fields will not have any values. Currently they are 'null'. What is the best way to approach this - should I update each record to put a zero in these 4 fields?
In a program where I do an Insert onto the table, I am getting a Write Conflict error. I read on this forum that it is because of the nulls (possibly), and I am wondering if I should do a work-around, or put zeroes into the fields.
Would appreciate any pointers. I am a 'reformed' mainframe programmer, and so not sure the best path on Access tables.
Thanks in advance.
I am setting up a table that has 4 integer fields. Most of the time these fields will not have any values. Currently they are 'null'. What is the best way to approach this - should I update each record to put a zero in these 4 fields?
In a program where I do an Insert onto the table, I am getting a Write Conflict error. I read on this forum that it is because of the nulls (possibly), and I am wondering if I should do a work-around, or put zeroes into the fields.
Would appreciate any pointers. I am a 'reformed' mainframe programmer, and so not sure the best path on Access tables.
Thanks in advance.