I have an MS Access 2007 form that has unique ID numbers but has an additional identification field that can be the same for multiple records.
For example, each record has an order number and a client number. The order number is unique, but the client number is used for every order made by that client.
I want to add a field that shows how many times a client has placed an order.
i.e
Order 1000
Client 5555
Count ?
Order 1001
Client 5555
Count ?
Order 1002
Client 5555
Count ?
For this example, the count should be 3. I have tried doing this using the count feature in a query, but every time I do that the forms locks itself from being editted.
THANKS!!!
For example, each record has an order number and a client number. The order number is unique, but the client number is used for every order made by that client.
I want to add a field that shows how many times a client has placed an order.
i.e
Order 1000
Client 5555
Count ?
Order 1001
Client 5555
Count ?
Order 1002
Client 5555
Count ?
For this example, the count should be 3. I have tried doing this using the count feature in a query, but every time I do that the forms locks itself from being editted.
THANKS!!!