I want a duplicate value one time from a field (save)

Matin_Murad

Member
Local time
Today, 01:36
Joined
Jul 1, 2020
Messages
40
I want to show the value of (c11 , a11 , b11) only inside the (save) field
----------------
I do not want from the table properties Yes (redundancy is not acceptable)
 

Attachments

Hi. Here's a screenshot of your form, but I don't understand what you want. Can you please explain? Thanks.

1606402767891.png
 
Inside the field (save) the value (a11,b11,c11) has been repeated many times. I want to show one time for each value inside the field (save)
 

Attachments

  • wa.jpg
    wa.jpg
    7 KB · Views: 202
Inside the field (save) the value (a11,b11,c11) has been repeated many times. I want to show one time for each value inside the field (save)
Okay, well, you're seeing those values because your form is displaying your table. If you only want the single values, then you could either use unbound controls or use a subform based on a DISTINCT query.
 
We still don't understand. The form is showing what is in the table. Is the table wrong?
 
Okay, well, you're seeing those values because your form is displaying your table. If you only want the single values, then you could either use unbound controls or use a subform based on a DISTINCT query.
Here's an example of what I meant. Not sure if it will work for you.

1606507943563.png
 

Users who are viewing this thread

Back
Top Bottom