Search results

  1. G

    Need help with an input mask on a form

    I know this is not a solution to your true query, but could you not use a drop down box?
  2. G

    Command Button not working with VBA

    I was playing with some code. Thank you for your time and patiance
  3. G

    Command Button not working with VBA

    Thanks for that. I have tried both ways and it still will not work. Is there a property that may affect the code execution. I am totally lost.
  4. G

    Command Button not working with VBA

    Tried your code as shown DoCmd.Close acForm, Me.FrmEmployees Still got the same error. There is something stopping the buttons on this form. Everything works on the other forms. Dbase attached. Cheers
  5. G

    Command Button not working with VBA

    I am trying to create a close form command button. If I use the wizard I get the 'user defined type not defined '. If I create a macro it works. Convert to VBA and it comes up with the same error. To make things worse it is only this form thats affected.:confused: The form calls 2 sub-forms and...
  6. G

    Add field to Table

    I have a table of software defined as Y/N. This is displayed as a subform on the employees form. What I want to do is create a new software field on the table via a form, then when the employees form is opened the new field will also be displayed on the subform. I would also like to do the...
Back
Top Bottom