Search results

  1. R

    Multiple Fields Completed from One Lookup Field

    Hello again! Much simpler question this time, despite how the title is worded :) What We Have: We have a form, which has a field linked to a "Recipients" table through a lookup. The field is bound to the recipient's name, but the lookup displays additional columns to help the user identify...
  2. R

    One form to create multiple data entries

    Good morning everyone, What the database currently has: A payment entry form consistenting of many fields. This form populates a payment entry table. Some of the fields within the payment entry form are linked to other tables and queries for data (such as a recipient list). What the...
  3. R

    Merging Two Tables

    Hello there! I need to merge two tables together, but not create new rows of data. So for example, I will have a table provided to me with the following information for one entry: Individual ID number (table key) and the Individual's Name. I will then need to populate the unknown data...
  4. R

    Validation check against another table

    Hi there, I have a lookup which selects a 'Recipient'. I need to add a check to see if this 'Recipient' (user selected) already exists within another table. If so, I need a pop-up to appear. If not, I want the user to continue unimpeded. Thanks as always!
  5. R

    Lookup Default Value VBA

    Hello everyone, This is my third question with this community, and I just want to say how shocked and amazed I am by this everyone's willingness to help people learn. I am truly thankful. But now onto question three! I have a Lookup field that possesses a ID Number and Company name, taken...
  6. R

    VBA Code for Specific Lookup Selected

    Hi everyone, What I need: An if statement which will disable out a field depending on which type of field is selected from a separate lookup. I know that is confusing, so let me explain with an example. If I have a lookup field connected to "Vegetables", "Fruits" and "Nuts". If the user...
  7. R

    Help - VBA Code Will Not Trigger

    Hello there, I'm pretty much brand new to VBA so please bear with me. My code appears relatively simple, but it refuses to execute. Code is below. If someone could help me out, I'd be extremely grateful as I've been embarassingly stuck on this for several hours now. As you can probably tell...
Back
Top Bottom