Search results

  1. S

    Need to add another data type...help!

    I've been trying to use this code to get my forms to autofill based on the previous record. My data types include boolean, integer, and text. How do I modify the following code to reflect this? I'm just a very early beginner with coding! This is what I have now but it is not working: Dim...
  2. S

    Autofill new record based on previous record

    I'm trying to get my form to autofill some of its fields based on the record immediately previous to it. I tried the module given in article Q136127 but I get this error message: "The expression OnCurrent you entered as the event property setting produced the following error: Type mismatch."...
  3. S

    Linking 2 subforms within a main form

    Nevermind! I put it into the default value of the object itself and that seems to work. Thanks again!
  4. S

    Linking 2 subforms within a main form

    Thanks to both for your advice! Pat, Where am I supposed to insert that syntax? It doesn't work if I just put it into the "Link Child Fields" line of the subform properties sheet. And if I put it in both the "Link Child Fields" and the "Link Master Fields" lines it asks me for the parameter...
  5. S

    Linking 2 subforms within a main form

    I'm trying to create an input page for doctors in a clinic. The main form contains patient information (name, ID, address, etc). I then have a tab control for 2 subforms...that is one subform on each tab page. One is "Clinical" and the other is "Billing". Both subforms are linked to the main...
Back
Top Bottom