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 bkrike 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: rxsims
  • Content: Threads
  • Order by date
  1. rxsims

    access query time "expression is typed incorrectly, or it is too complex..."

    Hi - I am currently exporting a data table out of a foxpro database which I have no access to modify. I export the data files into an excel spreadsheet, then copy and paste the data into a form in Access 2010. In the original data, there is a field "TIME" that is being recorded as text, not...
  2. rxsims

    Access database - "currently unable to rename the form, report or module" - why?

    I am trying to rename a report in an Access 2010 database. I am getting the error "Database is currently unable to rename the form, report or module to..." I have closed all objects and still get the error. I close the database and reopened as it states but with no luck. Only one post came...
  3. rxsims

    chart on Access form type is 'stacked' when side-by-side bar is chosen

    When I create a chart on an MS Access 2010 form, i have two data sets which are significantly different. When I move one of the data sets to a secondary axis, the bar chart type goes from side-by-side bar chart to a stacked bar chart. how can I maintain the type as side-by-side bar chart with...
  4. rxsims

    out of sequece: group by "Product", then using First([TimeProduced])

    Hi. I have a number of production records from many machines, with many product codes. The table gets populated chronologically with data from all machines. example: [time]=5:00; [Machine]=1; [Product]=ABC; [quantity]=5 [time]=5:01; [Machine]=2; [Product]=ABC; [quantity]=5 [time]=5:02...
  5. rxsims

    Access 2010 chart error - doesn't like criteria in query

    Hi - I am trying to create a line chart in an Access 2010 report. I am currently getting the error "The Microsoft Access database engine does not recognize '[the criteria in the query]' as a valid field name or expression. I am able to run a report off of this query so I know it works. In...
  6. rxsims

    MS Access - based on one form contrl, populate other fields from query

    Hi - I need to be able to do the following: 1)Enter "customer #" in a form field/control 2)Hit a button to run code to complete form fields with address, city, phone number, etc. which comes from a "customer" table. I would like to do this in vba instead of having a sub form (with a query...
  7. rxsims

    find the ID for previous record, and calculate to make new record

    Hi, I am trying to find out how I can update a control based on the value from the previous record, i.e. Inventory(newrecordvalue) = Inventory(currentrecordvalue) - InventoryChange or Inventory(currentrecordvalue) = Inventory(currentrecordvalue-1) - InventoryChange I can't find any...
  8. rxsims

    exporting data from excel into access pt2

    Currently I have an excel workbook, where I enter information, then I run a macro which generates a report and then generates another excel file with some data output. I do this each week. I use an excel spreadsheet because of the complex nature of the information (it is linked to other...
  9. rxsims

    edit a query dynamically using vba?

    Hello, I am dynamically adding fields to tables, and I need to add those same fields into existing queries using the same procedure. I have no problem adding the fields to tables, but can't find any postings (here or elsewhere) on how to dynamically add a field to an existing query. This is...
  10. rxsims

    How to invoke code by hitting "enter key"?

    I want to tab through controls, and when on a control (already tabbed there, and it has gotFocus), I want to hit "enter key" and invoke code. When I use the "On Enter" event, when I tab to a control, it runs the code automatically. I believe that is because "On Enter" actually runs before...
  11. rxsims

    run a procedure from a procedure in Access VBA

    Hi, I am trying to run a procedure from within a procedure: ------------------------------------- Private Sub Procedure1() do task.... End Sub ------------------------------------- Private Sub Procedure2_Click() Run Procedure1 (this is the code I need) End Sub...
  12. rxsims

    Select a single record in continuous forms to copy to another form

    I need to copy information from a single record in a continuous form (this is really a subform, but I don't think it should matter) into another form. In each line/record of the continuous form, I have a Yes/No box, that when clicked will open another (different) form. Once the new form is...
  13. rxsims

    I lose the color in bar charts when printing (only some reports)

    I starting using a new printer, and when I did this, the formatting changed on all of my charts (made in forms, then cut and paste into reports). I was asked to choose to 'format to new printer', and when I did, some of the charts continued to print in color, while others will only print out in...
  14. rxsims

    can't edit data in Access 2000 form (but can edit subform data!)

    -I have two access 2000 front ends. One is a working copy, one is a development copy (exact same with a few minor modifications). -I just upgraded to Access 2002, but the database files are all Access 2000 format. -I have one form with two subforms on it. The main form has some controls on...
  15. rxsims

    query / group by date that isn't from 00:00 to 00:00

    How do I query and group data for a period of time greater than one day when the I want the 'days' to be grouped from another time, i.e. 05:00 to 05:00 every day instead of 00:00 to 00:00?

Part and Inventory Search

Back
Top