Search results

  1. B

    default value

    Hi, This line work perfectly when I copy into the default value of [para2] it will increment the value by one =DCount("[Para2]","OTR Para2","[Para1]=1")+1 Now I want to combine the 3 following one into one. =DCount("[Para2]","OTR Para2","[Para1]=1")+1 =DCount("[Para2]","OTR...
  2. B

    Alter table question

    Hi, I have a from [ATC] with a textbox [project_id] where the user will input a field name. On the form I have a button to launch an event procedure to add (alter table )a new field to a specific tsable [TCodes]. so far I try almost everything my last script look like this: Private Sub...
  3. B

    Disable checkboxes when one is selected

    I have a form with 8 checkbox on it. What I want to achieve is whenever a checkbox is selected all the other one become unable (only one selection allowed). I try this code but it doesn't work. Did I use the good event procedure or should I use a different one? For the purpose of this Post I...
Back
Top Bottom