Search results

  1. J

    Empty cell that won't go away on a form

    Gosh, doesn't sound very good. Would like to know then how I can avoid this happening again, I'm not aware that I did anything unusual, I first deleted a control and then drew a new one in the same place.
  2. J

    Empty cell that won't go away on a form

    Ooo. That sounds scary. I really have to do all that? Is this some kind of corrupted file issue then?
  3. J

    Empty cell that won't go away on a form

    (Access 2013) This is strange. I deleted an old text box cell on a form and then I created a Combo Box from the design controls and it worked, but underneath it, the old label of the text box is still there, except now it's just described in the properties as an 'empty cell'. It still has the...
  4. J

    Code to disable/enable fields not working for a new record

    And it worked. Thanks! Out of interest, is the OnLoad action for Form mainly for things like popup boxes then?
  5. J

    Code to disable/enable fields not working for a new record

    That's very helpful, thanks a lot. So I don't need the Form OnLoad bit at all? OnCurrent covers that?
  6. J

    Code to disable/enable fields not working for a new record

    Ahh... OnCurrent is the relevant property for a new record then? Thanks.
  7. J

    Code to disable/enable fields not working for a new record

    I have some code like this that sets some fields up to be disabled when the form loads, then enables them when a combo box ('Type') is selected to 'Instrument'. This works fine as far as it goes, but if the user has selected 'Instrument' and then goes to a new record, the fields remain enabled...
  8. J

    Correct VBA syntax for a form field inside a tab control

    Brilliant, all correct now. Thanks so much for your help, I heard this was a good forum. :D
  9. J

    Correct VBA syntax for a form field inside a tab control

    Gosh you guys are good! :) That worked. My confusion had arisen from the way Access renames fields on the fly when you copy and paste them into a tab control, sigh. I now have a separate problem. Basically I have a combo box called AuCountry which has two possible options, "UK" and "NZ". If...
  10. J

    Correct VBA syntax for a form field inside a tab control

    Hi everyone. My first ever posting. :) I have created a tab control called Localinfo in a form. There is only one page in the tab control called Localinfopage. I copied a textbox field called Town into the tab page. From a combo box in the main parent form, I am attempting to enable a field in...
Back
Top Bottom