Recent content by Just1

  1. J

    Conditional Formatting Question

    Thanks. BUT...when I go to open up the form, the message box now flashes up before I actually get into the form. This happens if my first record shows a "No".... ? Thanks Just1
  2. J

    Conditional Formatting Question

    I have a form where it is important for the user to know whether or not to contact an employer. If the data entered in the "Contact Employer" field states "No", I would like the next person to go into this screen to be fully alerted to this, ie. say, change the background colour of the whole...
  3. J

    Form with more than one subform?

    In short - have these tables in a database, with junction tables to link where necessary as some are many to many relationships Current Event Table School Table School Contacts Table Employers Table Employers Contacts Table If I want to create a form to enter in an event and then select who...
  4. J

    Sub Form problem

    Hi - don't worry, I've managed to sort it. Hoorah! Thanks for advice. I'm sure I'll be posting for other help! Just1
  5. J

    Sub Form problem

    Sorry, that last paragraph I meant EventIDNo appears twice, not EmployerIDNo
  6. J

    Sub Form problem

    Hi. Well I've given that a go and I'm getting somewhere - thanks. Just got a couple of problems. Difficult to explain, but here goes. Junction Table contains EventIDNo and EmployerIDNo Main form shows Employer Details - key field EmployerIDNo Sub form needs to show Events linked to that...
  7. J

    Copying Formatting

    Fabulous! Thanks, I'll give that a try. Just1
  8. J

    Copying Formatting

    Thanks. Don't think I'll create any more for now then!!! Just1
  9. J

    Copying Formatting

    What if I've already done all the forms in one of the standard formats and then decide to pretty them up? Not possible? Thanks Just1
  10. J

    Copying Formatting

    I know it is possible to copy formatting from one control to another within a form, but is it possible to copy the whole formatting of one form to another form? Thanks Just1
  11. J

    Sub Form problem

    Thanks, used the Junction Table and it's working. Not sure how to get the translated values as I just have ID numbers from the two tables in the junction table, so I may need to come back to you if I can't figure that out!! (I'm a relative beginner) Thanks again Just1
  12. J

    Sub Form problem

    Hi. Have a many to many relationship with a junction table to join. Events - of which there can be many, Employers - of which there can be many. I want a form to display an event and the employers involved in that event. And another to display an employer and the events they took part in...
  13. J

    Choosing more than one item in drop down?

    Hi, a simple question I'm sure for all you experts... I have used drop down tables to pick one value from a list before. What if I want to select several? I have a list of employers who can offer training in up to 10 areas and would like to record which areas they can train in. How would I...
  14. J

    Error Code when field is empty...

    Thanks, that worked! Just1
  15. J

    Error Code when field is empty...

    I have a client database and whenever a new client is entered, I want this to export to Outlook as a Contact at the click of a button. This command button has the code shown below. When all the fields are complete, the code runs no problem. However, should a field be missing, eg. the person...
Top Bottom