All,
Is there any way to increase the Default size of a Table Field Name of 64 characters in Access 2016?
I know this is the default but was hopeful it could be done somehow or a work around other than limiting the import field names I am working with.
Thanks,
BLD
I am using access 2007 and I am trying to get the code below to verify if 2 fields on the form are blank before closing. I tried using this in the close event and unload event and it does not work, just closes regardless of the fields.
If [field1] = "" and [field2] = "" then
Msgbox " You...
I am hoping I can explain what I am trying to do sufficiently.
I have a form with 4 text fields for each
txt_TOTAL POINTS POSSIBLE
txt_TOTALS POINTS RCVD
txt_Exclude , Check box to exclude points if checked
At the bottom of the form I am totaling up the Points Possible & Points Rcvd.
I want...