Hello
I have one field called digitalID which is i am generating using Max function in VBA when New record is being created and i set that field to plain text to implement is that now I am saving the record so it got saved with 64 as it was the latest record or insertion point where I can create new record.
But when i am opening any existing records using combobx it shows me digitalID as blank becuase I am generating ID when new record gets created in this case how I can use field control source to point to opened existing record.
I have one field called digitalID which is i am generating using Max function in VBA when New record is being created and i set that field to plain text to implement is that now I am saving the record so it got saved with 64 as it was the latest record or insertion point where I can create new record.
But when i am opening any existing records using combobx it shows me digitalID as blank becuase I am generating ID when new record gets created in this case how I can use field control source to point to opened existing record.