Search results

  1. Alansidman

    Total query

    In a query in a new field type Total: ([Adults]+[Under15s])*[Nights] Use this query as the record source for a new query. In the new query create an aggregate query to sum the total Field
  2. Alansidman

    Story

    while dancing with
  3. Alansidman

    Story

    jail and into
  4. Alansidman

    Story

    to do with
  5. Alansidman

    Help! Populating foreign key field

    cross posted at: http://www.excelforum.com/access-tables-and-databases/968965-help-populating-foreign-key-field.html Please read this: http://www.excelguru.ca/content.php?184
  6. Alansidman

    Importing Data From Excel

    In addition to Jack's reference, look at this link on how to normalize your data once you understand what it is all about. http://www.datawright.com.au/access_resources/normalizing_tables_with_repeating_fields_using_VBA.htm
  7. Alansidman

    Story

    back at the
  8. Alansidman

    Unpivot/Normalize table

    I think that this link will help you to get your data normalized. http://www.datawright.com.au/access_resources/normalizing_tables_with_repeating_fields_using_VBA.htm
  9. Alansidman

    Excel (intermediate) features

    Sub totals find and replace Sort Data Validation
  10. Alansidman

    Story

    while her gorgeous
  11. Alansidman

    Story

    wrapped around a
  12. Alansidman

    Searching with Part Number

    This link should help you get started http://www.datapigtechnologies.com/flashfiles/buildcustomfilter.html
  13. Alansidman

    Story

    means of earning
  14. Alansidman

    Story

    stripper with voluptuous
  15. Alansidman

    Maximise Form on load

    To maximize an Access form automatically, use the "Maximize" method of the DoCmd Object. Example, let's say I have a form called MainForm, on the "On Load" Event property of the form, I would use this sub procedure: Sub MainForm_Load() DoCmd.Maximize End Sub
  16. Alansidman

    Max and min values

    I am a little confused by your query. If the date is in the Date Table and in the Mainstem table, why do you need to join the two tables since you are only trying to evaluate the Max of Crooked by Date? BTW: As a point of interest, the word DATE is a reserved word in Access and should not be...
  17. Alansidman

    Max and min values

    If you have built the query in the QBE (the aggregate one that does not do what you want, based on the premise you explained in the first thread), in the upper left hand corner there is a drop down arrow. Click it. Select SQL and it will open the window that displays the SQL statement for the...
  18. Alansidman

    Export to Excel with Runtime

    Poporacer: Read this on cross posting and why you may actually get less rather than more from doing so. http://www.excelguru.ca/content.php?184
  19. Alansidman

    Max and min values

    Suggest you post your SQL statement for analysis
  20. Alansidman

    Access vs Excel

    This may be helpful http://forums.aspfree.com/microsoft-access-help-18/access-vs-excel-349267.html
Back
Top Bottom