Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: azhutch
  • Content: Threads
  • Order by date
  1. azhutch

    Error Message on Query

    Can Anyone help me with finding where I have made the following error "The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect." in the query statement: SELECT a.Ticker AS Expr1, a.CoName AS Expr2...
  2. azhutch

    Single Record Report

    I have an Access database that registers individuals to a conference. I need to print a name tag as each attendee registers for the conference. I have been able to limit the records by using a [Lastname] criteria in the query, but when there are multiple last names, the report prints name tags...
  3. azhutch

    Populate a calendar control dte buttons with OLE object and text

    I have a table of home games for a little league team with gamenum, date, teamname and teamlogo as fields. I would like to populate the team name and logo on the respecitve dates on a calendar control I am using in a sub-form. Can anyone please help? Thanks
  4. azhutch

    the object doesn't contain the automation object "me"

    I placed the following suggestion to my question "Adding a new record with fields from an old record. which suggested I place the following in the After Update Event Procedure "Me![combo name].DefaultValue = Me![combo name]" which I did in Access 2000. I substituted the name of the combobox - ...
  5. azhutch

    How to keep last record entry in combo b0x

    How can I have the combo box show the last record entry in a new entry. I have several selections and typically I will use the same selection over a series of records.
  6. azhutch

    Year To Date Problem

    I created a report that displays daily information that is summed up on a month to date ( over group ) and year to date ( over all ). The methodology worked well until the year changed and the year to date column still obviously sums up all of the records regfradless of the date. I need help can...

Part and Inventory Search

Back
Top