Good Morning Everyone!
Now before everyone jumps on me for this, I do know the difference between a spreadsheet and database table. However, for all practical purposes, I need your assistance in tackling another issue...
Currently, I have a form that will be used to do component inspections on Tablet PC's. The plan is to fill in the forms with as much data as possible before arriving on site to reduce the time required to do these inspections. This includes the creation of records that we expect to be on site before we arrive. One of the concerns is that on some inspections, they may have not anticipated a component (Record) when they were doing the pre-entry, and will want to group this component (record) with the similar records. However, if a new record is created, by default it is added as the last record in the table. I am looking for a way to "Insert" That record among the similar records so when the report is published, everything is grouped properly.
From my search of existing forum posts, I see that the data can be queried to sort things how I would like, but I would need to define a new field to act as a primary key.
Are there any other ways to do this that you guys can think of?
Thanks in advance!