when creating a new client I always get. I have configured the two texts that are numeric so that it receives the data entered as numbers but the error continues to appear
save button code
SELECT customers
Append Blank
Replace identifica With ThisForm.TxtIdent.Value, nombre With ThisForm.TxtNomCli.Value, direccion With ThisForm.TxtDirec.Value, telefono With ThisForm.TxtTele.Value
thisform.release
I have both textboxes configured so that the format is numeric
first textbox
second textbox
this is the code of the project
save button code
SELECT customers
Append Blank
Replace identifica With ThisForm.TxtIdent.Value, nombre With ThisForm.TxtNomCli.Value, direccion With ThisForm.TxtDirec.Value, telefono With ThisForm.TxtTele.Value
thisform.release
I have both textboxes configured so that the format is numeric
first textbox
second textbox
this is the code of the project