M mwieting Registered User. Local time Today, 11:43 Joined Dec 6, 2014 Messages 11 Dec 23, 2014 #1 Why is it that whenever I link a blank text field from my contacts database that it shows the first contact in my table? and how can i change that? Attachments Pic1.png 10.4 KB · Views: 96 pic2.png 5.6 KB · Views: 90
Why is it that whenever I link a blank text field from my contacts database that it shows the first contact in my table? and how can i change that?
Minty AWF VIP Local time Today, 17:43 Joined Jul 26, 2013 Messages 10,652 Dec 23, 2014 #2 You would need to filter the record source to show a null record, or set the form to data entry then you will only ever be on a new record when it opens. (If I guessed at your question correctly....)
You would need to filter the record source to show a null record, or set the form to data entry then you will only ever be on a new record when it opens. (If I guessed at your question correctly....)
M mwieting Registered User. Local time Today, 11:43 Joined Dec 6, 2014 Messages 11 Dec 23, 2014 #3 Okay but wont that unlink the data in that text box from the table?