nickrider88
New member
- Local time
- Today, 05:29
- Joined
- Nov 6, 2023
- Messages
- 7
Hello friends,
I have a problem with access, the program is based on invoicing goods.
When I enter all the parameters, the customer's name, the product, the quantity, I start to change the price of the item and it gives me an error
Error: Control can't be edited; it's bound to the expression '[Quantity]*[Price]'.
Code: Private Sub Form_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
If Not IsNull(Forms!InvoiceF1!Total) Then
Amount. Requery
Forms!InvoiceF1!Amount = Forms!InvoiceF1!Total
End If
End Sat
I have a problem with access, the program is based on invoicing goods.
When I enter all the parameters, the customer's name, the product, the quantity, I start to change the price of the item and it gives me an error
Error: Control can't be edited; it's bound to the expression '[Quantity]*[Price]'.
Code: Private Sub Form_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
If Not IsNull(Forms!InvoiceF1!Total) Then
Amount. Requery
Forms!InvoiceF1!Amount = Forms!InvoiceF1!Total
End If
End Sat