Search results

  1. S

    Question Autofill using query

    Does anybody have any idea how to do an autofill using a query. e.g. if the product code is entered it will complete the price of product (lookup and coding not an option) thank you
  2. S

    Does not update

    thanks but does the subform in the main form not lookup the ingredients in the ingredients table already. or is the lookup table something totally new - can you be more specific.
  3. S

    Does not update

    Hi, I want the attached database to update automatically. I.e. when I change the description of the ingredient from Sugar to Brown Sugar In the Ingredient Table - I want all the recipes that contain sugar to change descriptions to Brown Sugar in the Recipe/RecipeIngredient Table. Is this...
  4. S

    Updating records

    thanks for your reply. I am working on a chemical formulation database (hence the similarity to recipes). Sometimes names change for chemicals which means that I cannot change each and every single component. e.g. what if water was called Aqua tomorrow. But what I have noticed is that previously...
  5. S

    Updating records

    my concern is however that it will be a user database and if the user updates the ingredients in the Ingredient Table from Flour to Wheat Flour - this needs to be reflected in the Recipe Table for ALL recipes containing Flour. :confused: (the forms that update the fields are not based on queries)
  6. S

    Updating records

    Hi I am not sure I understand how records update. for example if a description changes - how does this change throughout the database automatically. e.g. if the recipe contains a sub field that contains ingredients such as flour - but now the description of flour has change to Wheat Flour...
  7. S

    Apply Filter Macro

    Why does a dialog box (SEE ATTACHED) come up for an applyfilter macro written based on a query occur. The where condition for the apply filter is as follows: [INCI Name] Like "*" & [Forms]![INCI Name Search]![Text57] & "*" :banghead: Many thanks
  8. S

    Suppress Printing Field

    It is easier to base a report on a query - and place 'Is Null' within the criteria box for that value.
  9. S

    Suppress Printing Field

    How does one suppress printing of a field when the field contains a value (i.e. a date).
  10. S

    Subform within a subform

    Is it possible to attach a subform2 to subform1. Subform1 is already attached to a mainform. e.g. Recipe Info = Main form (Apple Pie) Recipe Ingredients = Subform1 (Flour, Milk, eggs) Ingredient Breakdown (Flour = baking soda + wheat + salt) The relationships between primary...
  11. S

    DLookUp (Text Field?)

    thank you. It worked!!
  12. S

    DLookUp (Text Field?)

    Please assist...Is it possible for a DLookup code to work when the lookup filed is a text field. It works when it is a number field.
  13. S

    Linking forms (not subform)

    I want to access Form 2 via Form 1 by means of a button. The information on Form 1 (contains a recipe) is related to form two and exists via a valid relationship within the tables. Form2 contains information about the recipe i.e. instructions on how to make the recipe in form in strict...
  14. S

    Autofill into Tables (from Forms)

    Thanks. It is what I am trying to do. The only difference is that I need to open the header and then formulate a product - I do however need the autofill to pick up in the detail section to copy into the table1 which is linked to the formula table via ID2-ID. - i.e. I need to select the...
  15. S

    Autofill into Tables (from Forms)

    Thanks I will rename and give it a primary key. The RI Table contains the ingredients to make the formula/recipe hence the reason I need to pick up from the RI Table and drop into the Subform via autofill (Table1). The Formula Table is the main table that contains all the details about the...
  16. S

    Autofill into Tables (from Forms)

    It does sort of, thanks. But I still cannot seem to get the information that appears in the text box in the form to drop into the actual table. I have tried the following code as suggested, but it does not seem to work - or I am not sure where I am supposed to insert it... Me.TextboxName =...
  17. S

    Autofill into Tables (from Forms)

    How does one autofill into a table from a form. Can anyone assist. DB attached. tx S.
  18. S

    Autofill

    Hi Paul, Thanks so much. It looks fairly easy and straight forward - if not I will send you the failing attempt. And I will post in the correct forum next time. tx
  19. S

    Autofill

    Hi Paul, Sorry to disappoint - yours was the first post I looked at and did give it a try - and I think the problem lies with me. I would be able to understand better if you had an example perhaps. Thank you so much. Steve
  20. S

    Autofill

    :rolleyes: HI, I am desperate to get autofill to work in Access 2007. I have read all the info but just cannot get it to work. Can anybody help. please. I have a form that I need to complete : once I select the code from the drop down list the description (that corresponds to that code) must...
Top Bottom