Recent content by smeagain

  1. S

    Menu bar - help

    HI, I am using Access 2007 and I have one something silly. I am near completion of my database, and I was trying to work out how to hide the menubar. I went into options - current database and clicked dont show navigation and menubars. I thought I would be able to reset this but I cant. I now...
  2. S

    Query result into a current form

    Access 2007. I have created a calculation query, which when run gives me the total I require. How do I now get the total to show in the total field on one of my forms.
  3. S

    #Name? - error please help

    Hi, I am learning as I go along. I have attached the database. All I have done is create a table and form. I am just trying to learn how to use combo boxes to populate multiple fields.
  4. S

    #Name? - error please help

    Access 2007. When ever I try and use a combo box to populate numerous fields in a form all I get is "#Name?" in the boxes that I want popullating. Any ideas
  5. S

    Open a Form ready to add a new record

    Hi, I have created a form, but when I open it, it opens displaying the last record entered, How can I make the form open blank and ready to add a new record.
  6. S

    Filtering a Report

    HI, thank you for your response, but I have never created a query so I do not know where to start
  7. S

    Filtering a Report

    I have a table that shows payments made by different people on different dates. Each month the same people make new payments. I want to be able to filter my report to show only the latest payment made by one particular person at a time. At the moment it is showing all of the payments made by...
  8. S

    Combo box that fills in 2 fields

    Hi, I did try that but got another error which I have attached. I have also attached a copy of the database.The database was created using a tempate which I am tailoring.
  9. S

    Combo box that fills in 2 fields

    HI, My database is 15MB and the max attachment size is 2mb so I am stuck sorry. I have attached a picture of my form, as you will see there are 2 fields Cost and ex code. What I want to happen is when you choose an item from the combo box(ex code) for example weekly, it then enters the...
  10. S

    Combo box that fills in 2 fields

    Hi, I am totally lost now, none of the suggestions work. I have tried everything but do not have a clue.
  11. S

    Combo box that fills in 2 fields

    Hi, I have tried that, e.g. =DLookUp("Fee","Expense Code","Cost =" & "ex code") and still get an error, plese see the attached picture
  12. S

    Combo box that fills in 2 fields

    Hi, This is what I am now trying - =DLookUp("Fee","Expense Code","Cost = " & [Me].[ex code]), but am getting an error, have a look at the picture of the error attached. Basically I have the following "Fee" is the Field which is in the "Expense Code" table that I want to be displayed in the...
  13. S

    Combo box that fills in 2 fields

    Hi, Thanks for all of your help, but I am totally lost with this I have tried- = DlookUp("Fee", "Expense Code", "RecordID = Cost" & Me.ComboName. But it does not work
  14. S

    Combo box that fills in 2 fields

    I am no tsure how this should look, I have tried - DLookup("[Expense Code]", "Expense Code", "Fee"). I know this inot correct ad does not work. [Expense Code] is the Field name & "Expense Code" is the Table name, "Fee" is the name of the field that I want to appear in the Cost box on the...
  15. S

    Combo box that fills in 2 fields

    Here you go.
Back
Top Bottom