txgeekgirl1
Programmer
Hi Folks!
So I have been tasked with trying to make a word doc function like a lockable database form but am running into issues.
Task - create 3-5 fields with input.
Create a button that when clicked the 3-5 fields lock so that entries cannot be changed and enable a Word signature block.
Create a second button that wipes the signature if clicked to edit the form fields (open form fields)
Here is the deal - In Access we name controls and therefore can code them in VBA. In Excel, we have named cells or values and can code them in VBA.
In Word - we have jack! Nothing - that I can find to differentiate one text box from another.
Has anyone ever coded backend VBA in Word - if so - can you please help me?
So I have been tasked with trying to make a word doc function like a lockable database form but am running into issues.
Task - create 3-5 fields with input.
Create a button that when clicked the 3-5 fields lock so that entries cannot be changed and enable a Word signature block.
Create a second button that wipes the signature if clicked to edit the form fields (open form fields)
Here is the deal - In Access we name controls and therefore can code them in VBA. In Excel, we have named cells or values and can code them in VBA.
In Word - we have jack! Nothing - that I can find to differentiate one text box from another.
Has anyone ever coded backend VBA in Word - if so - can you please help me?