Blindeddie
thanks for your interest and input
First to answer your question:
Ideally, id and Item will remain constant...all other info is to be altered.
you Are on the right track
i suppose that i do Not have to totally delete the row
But when the row is updated..it is likely to be updated with Null Information at first..then a day or two later updated with Actual Data.
Now when this Actual Data is being inserted into the Empty Row..it first needs to know which row is Empty. If it was just me doing the data input i could easily search for a recordset that had no Data in it but I need to supply an end user with ONLY the available (empty) rows to choose from.
Is there a way to have a dropdown list which dynamically shows Empty Recordsets?
But better yet, have the First Available Empty recordset be the one to which the User will be filling with their information.
id=1 and Item=Item1 and Distance=10000
id=2 and Item=Item2 and Distance=20000
id=3 and Item=Item3 and Distance=30000
ie: if row with id=2 and Item=Item2 is emptied (distance is emptied, Item remains) then
How can i have a User go Directly to row id=2 when they are inputting their Data.
you mentioned "select the MAX(ID)field and add 1 to it beforeinserting the new record."
- would this not choose the highest ID currently existing
ie: 300 - and then make a new one called 301 ?
i hope this didn't complicate things
andros