Search results

  1. M

    Refering to Unbound Text Boxes on Form

    ok - so if I put the following code will I get the user entered data? dim strTextBoxContents as string strTextBoxContents = Forms("FormName").TextBoxName Thanks! Mike
  2. M

    Refering to Unbound Text Boxes on Form

    Hi Could anyone please tell me how to refer to the data entered into a text box on an unbound form. For example if I want to manipulate the string written into a text box by the user, what variable to I use to the string (eg if my box is called TextBox). Thanks for your help! Mike
  3. M

    Help! Form not updating data!

    Thanks Adam We need two copies of the same subform (frmWallLeaves) as each Wall Contruction will have two leaves... to normalise the data we decided to store data for each "leaf" the wall contruction and reference them in the join... Does this make sense? Are there any other ways round this? I...
  4. M

    Help! Form not updating data!

    Hello! I have created a form with bound fields to enter data into several tables in my database. The form need to update 2 records in one table (tblWallLeaves) and update the IDs in the table tblWallConstructions. One wall construction can have many leaves (usually up to 2) and each leaf...
  5. M

    Problem with form updating tables

    Hello! I am trying to create a form that adds two records to the same table using the same subform repeated twice... (ie leaf 1 and 2) The relationship diagram: I'm quite new to access, but am thinking that a better way might be to use and unbound form with VBA code to update the required...
Back
Top Bottom