Search results

  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...
  16. J

    Automation - Access to Outlook

    Hi. I have a code which someone helped me with a while ago to put meetings into Outlook from information put into an Access database. I now want to do the same with contact details, so that when a new client is added to the database, their forename, surname, email address, telephone numbers...
  17. J

    "Refreshing"??

    Thanks. God I bet that seemed really obvious to you! Thanks a lot Just1
  18. J

    Duplicate client records

    After entering a forename in one field on a form and then entering a surname in the next field, can anyone help me with some code so that I get a message up to tell me if I have someone in the database already who has that exact surname and forename? Thanks Justine
  19. J

    "Refreshing"??

    Hi. I have a client record form which links to a client background form. A button on the client record form opens the background form and links the client id to display the relevant record on the background form. This works if I go into an existing client and open the background form, but on...
  20. J

    Find a word in whole database

    I know you can find and replace within a datasheet or field, etc, but are you able to search the whole database, ie. all the different tables to find a particular word? Or would I need to set up a query to include all the fields from all the tables and then search that in the usual way? Thanks...
Top Bottom