Search results

  1. P

    Converting from 2007 to 2003

    Thanks for the reply Pat, looks like I'll be spending some time reworking this database in 03.
  2. P

    Converting from 2007 to 2003

    I've created a database in 2007 but now found out that it will only be used in 2003. The database started as a template but has been modified quite a bit and also includes several macros and some vba. The problem is, when I save the database in 2003 format(from2007) it keeps all functionality...
  3. P

    Use option button to change control source

    I was thinking that on the click event I could code something like: Forms!Project Details!Budget.ControlSource = "High Level Est" which would change the textbox Budget's control source to High level estimate. I don't really know much vba syntax, and this isn't working, so I'm not sure if this...
  4. P

    Use option button to change control source

    I'm creating my first access database and I would like to use 3 option buttons, link them together so only one is selected at once, and use them to change the control source of a text box. I have a textbox on a form that I would like to display an estimate in. I have three different type of...
Back
Top Bottom