Text box copying to all records? (1 Viewer)

Rerabick

New member
Local time
Today, 03:28
Joined
Nov 29, 2021
Messages
1
Hey all,
I have a form generated and I added a new text box to the form to add some notes, however the box and anything I type goes for every form entry. How can I make this text box unique to to entry?
 

June7

AWF VIP
Local time
Today, 01:28
Joined
Mar 9, 2014
Messages
5,470
Create field in table and bind textbox to field.

UNBOUND textbox will reflect same data for every record unless there is a calculation with variable input - because there is only the one textbox as you can see in design view. For a BOUND textbox, the field is the variable input.
 
Last edited:

oleronesoftwares

Passionate Learner
Local time
Today, 02:28
Joined
Sep 22, 2014
Messages
1,159
Create a databound form from a table, the textbox will automatically be added to the form and the entries in the textbox in the form will differ based on what was inputed
 

Users who are viewing this thread

Top Bottom