Search results

  1. F

    Drop down menus appearing in tables where not wanted

    Mr.B Tks for your help. I will redownload the adjusted database asap and relook at it. Sorry, one further question: As you notice in my db, my survey responses had fields with multi-field values ie: education, income. If I wanted to get an average or the medina of the income level...
  2. F

    Drop down menus appearing in tables where not wanted

    I have attached my database called survey. I have 3 different but I think related problems. First, when opening the survey questions table an"Enter Parameter Value" box appears, asking for Survey responses.Respondent ID. Respondent ID was that was deleted as I thought it was not...
  3. F

    How to use a combo box with a table

    tks mykil, will try that.
  4. F

    How to use a combo box with a table

    Hello Using access 2007, I have a table with responses from a survey in various fields(columns) and I want to use a combo box to add up the rows. I've looked and most combo boxes refer to using a form not a table. How would I use a combo box to extract the rows data from a table? Tks fllopez65
  5. F

    Excel import into access

    tks apr pillai,will try your suggestions.
  6. F

    Excel import into access

    Hello I've had to import some excel spreadsheets into access. The columns in the spreadsheets are very long ie: Total population of females with postsecondary qualifications by major field of study - 20% Sample Data. Invariably, these titles are being truncated or in some cases access doesn't...
  7. F

    Using excel right function

    Tks vbaInet, will try your suggestions.
  8. F

    Using excel right function

    VbaInet I was under the impression I had to fix the column before importing the whole spreadsheet into access. The spreadsheets with these "problem" columns are very large. Are you saving import this excel spreadsheet into access the way it is then fix it in access? Could explain a little...
  9. F

    Using excel right function

    Hello I've converted an ivt file to excel and need to trim some values(drop some zeros) in a column before exporting to access. The cells in my column look like: 0001.01, I need 1.01 0001.02, I need 1.02 0017.01, I need 17.02 0220.01, I need 220.01 Assuming 0001.01 was cell A2. I believe...
  10. F

    Question Getting totals in access when the field answers include ranges

    Tks will try using the .values and expression to get my totals.
  11. F

    Question Getting totals in access when the field answers include ranges

    Using the .value does seperate the rows but doesn't give the totals I need though but tks anyway.
  12. F

    Question Getting totals in access when the field answers include ranges

    vbaInet found the .value. tks fllopez65
  13. F

    Question Getting totals in access when the field answers include ranges

    I'm not sure what you mean by .Value? I will try the expression instead. tks
  14. F

    Question Getting totals in access when the field answers include ranges

    But the household income was a multi-value field also. why does it allow one and not the other?
  15. F

    Question Getting totals in access when the field answers include ranges

    I modified the sql statement to read:SELECT [Survey Responses].[Buyers age], Count([Survey Responses].[Respondent ID]) AS Total FROM [Survey Responses] GROUP BY [Survey Responses].[Buyers age]; but I keep getting an error message: The multi valued field: '[Survey Responses].[Buyers age] cannot...
  16. F

    Question Getting totals in access when the field answers include ranges

    Tks to both vbaInet,plog, got it to work and will modify as necessary. fllopez65
  17. F

    Question Getting totals in access when the field answers include ranges

    Tks vbaInet,plog will try your suggestions. fllopez65
  18. F

    Question Getting totals in access when the field answers include ranges

    vbaInet I previously attached is my database which has a questionnaire and a data of sample responses. What I'm trying to do is to design a query which would provide(using household income as an example): a. Totals for a particular range, for example: 0-25,00 b. An average for that same...
  19. F

    Question Getting totals in access when the field answers include ranges

    Tks will try the suggestions. Will it work for the attached db?
  20. F

    Question Getting totals in access when the field answers include ranges

    Plog Will try asap. tks fllopez65
Back
Top Bottom