Search results

  1. S

    Changing Field Controls on a Form

    Okay, am I missing something? Actually, neither works. :( When I try the first suggestion, I get an "Object Doesn't Support this property or Method" Again, the code snippet is as follows: stDocName = "Form Name" DoCmd.OpenForm stDocName, acNormal, acEdit...
  2. S

    Changing Field Controls on a Form

    one other question... thanks. Again, i knew it was something simple i was missing, but for some reason i just couldn;t see it, nor find it in Access help, or in the knowledge base. Likely was searching incorrectly, or something. One othere question, And this is something I haven't done before...
  3. S

    Changing Field Controls on a Form

    Another really simple (but easily forgotten) scenario: Opening a form with a control button on another form. That I have no problem with. However, I wish to change the attributes of the controld of the field(s) on that form. Here is the code: Private Sub Button_Click() On Error GoTo...
  4. S

    Form not working

    I knew... I knew it was something stupid. I figured if i set that to "no", they wouldn't be able to edit things they were looking up in that form, and they need to be able to do that. The other form that is working is a static lookup, so that was set to "no" regarless, because the data will...
  5. S

    Form not working

    I have aform that will not pull data regardless of whether the data source is set as the Table containg the data, or as a Query. All field names match in Table/Query and the Datasources of the fields on the form. I have another form that is set up identically (as it pertains to data, etc., not...
Back
Top Bottom