Search results

  1. W

    Display image (within attachment field)

    Hi there, I have an image within the attachment field on a table. The particular table is not linked with the data within the report. I tried to use DLookup but found it only showed the picture name i.e. signature.png How can I display an image (in fact the only image) in the attachement...
  2. W

    Save Value of Field and use it once form closed

    Hi there, Thanks for any help you can offer, I have a MainForm. Using a button on the MainForm i open an PopUp form which I enter values. I want to save the value of a field (text), close the PopUp form. Then use the Saved value in the MainForm to find a record. So far I have this but not...
  3. W

    Curved Text?

    Hi again experts, Is there a way to make text fields or text labels curved? Is this even possible?
  4. W

    Png transparency!

    Hi experts, First of all I am using Access 2013 I'm sure you have heard this one before. I have spent hours looking for a solution over the net but cannot find one. I have a report. On the report is a standard .jpg image. This is not the problem. I also have a .png image of a signature which...
  5. W

    Check if All Forms are closed

    Hi there, I am creating a few forms one of which is the MAIN FORM that closes upon opening another form. What i am looking for is when another form closes, if no other forms are open, then open the MAIN FORM again. Can I use this: If CurrentProject.AllForms("BUT KEEP THIS EMPTY").IsLoaded...
  6. W

    Combo Search Record Not working

    Hi, Hope you can help me on this one. I have a form called frmCandidates. In the form is a combo box (Combo91) which should enable a user to select the candidates. However, it does not work. I just cannot work it out. I have attached database. Thanks for your help in advance
  7. W

    Default value of Text field with selection of Combo Box

    Hi there. In the database attached I have a form called frmCandidates. In this form is a combo box where a user can select what company the candidate belongs too. However some candidates are Private Individuals (do not belong to a company). Therefore, I want the Position field to be set to...
  8. W

    Relationships Problem

    Hi there, Maybe I need more coffee or something but I cannot get my head around this. I have a table called tblCandidates with will all candidates personal details in. I also have a table called tblCandidateDrivingLicenceDetails which will contain all the Driving Licence details of...
  9. W

    Table column for every row in another table???

    Hi, I dont even know if this is the right place to put this but will give it a go and try and explain my problem. I have 2 tables: Trainers -> Name -> Date of Birth -> Address etc etc. Courses -> Name of Course -> Course approval expiry date -> Type etc. etc. I now need to make a table...
  10. W

    Access selecting all text when typing?

    Hi there. I have created a database. On opening the [Company] form opens up. After pressing the 'Add new company' button it creates a new record. However, when typing immediately into the 'Company Name' field, access highlights all the text whilst your typing making you delete what you have...
Back
Top Bottom