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

    Access Insert Statement Runtime error '3134'

    Hello, I have searched the forums and can't find an answer. I get a runtime error '3134' with the following insert statement: Private Sub cmdSaveQ_Click() DoCmd.RunSQL " insert into tblquotes" & _ "(tickname, tickprice, wfsize, bordername, borderht, borderprice, qdate, style...
  2. ElSteveO

    Photos in Access

    When I enter a photo into a form (using Access 2000) by right clicking on the photo object>insert object, I get a thumbnail photo that contains the photo's name. Why doesn't it take up the whole photo object? And why is the photo's name there too? I tried this on the Northwind Database and...
  3. ElSteveO

    Using Access 2000 w/Office 2007 installed

    I feel very uncomfortable w/Access 2007. I have Office 2007 installed, but want to use Access 2000. Can I have Access 2000 run on the same computer that has Office 2007 running? Must I remove Access 2007 first? I appreciate any help. Steve
  4. ElSteveO

    Fantasy Football League Draft DB

    I have a DB with 3 tables: Fantasy Teams Players Transactions This database will keep track of which fantasy team drafted which (real football) players. The Transactions table has a lookup field that displays all the players. I want the players to be eliminated from the lookup once they are...
  5. ElSteveO

    update cell range

    I have a worksheet w/many prices on it. We are having a price increase of 12.5% accross the board. How do I update all the cells w/numbers in them? I prefer not to use code. Thanks, Steve
  6. ElSteveO

    sort by zip problem

    I have a list in excel with customer name, address, city state, zip. I want to sort the list alphabetically and by zip. Alphabetically works fine, but sorting by zip doesn't. Basically it's sorting my one list as two sorts in one list, as if half the list is sorted, then it sorts the other...
  7. ElSteveO

    make changes to a user's database

    I created a database for a user. He has added many records. He requested some new forms and reports, which I created on my copy at home. How do we keep all the new records he entered and import them into the new database structure?
  8. ElSteveO

    tricky date manipulation in report

    I have a report that uses 2 user entered dates to display the sales in the time period between the two dates. I also am calculating the year to date sales in the same report using dsum and abs functions. I want the year to date sales to use the year entered by the user in the start date field...
  9. ElSteveO

    view 2 different office apps on one screen

    I often work w/data on an excel spreadsheet and compare that info to a report in access. Is there some utility or program I can use to split my single monitor into 2 screens so I can work w/both apps at the same time? It would be great if this utility could divide my screen vertically and have...
  10. ElSteveO

    combo box query

    I have made a form w/a text box for Store Name and a second one for date. When I press the command button it runs a select query and opens a report based on my input. When I substitue the text box for Store Name w/a combo box (and use the builder to add the combo box into the query) the query...
  11. ElSteveO

    data access pages

    I have a one table database from which I made a data access page. I uploaded it and my database onto my internet provider home web page so I can view and use it at work. However, when I click on the link all I get is the title of the data access page, but no form elements such as the text...
  12. ElSteveO

    calculate field then add new record

    I have a loans database where customers make monthly payments. I want to enter the payment (I know how to calculate what is interest and principal) then add the principal paid and interest paid as a new record to my transactions table. Must I use code? And if so, how do I do it? Thanks, ElSteveO

Part and Inventory Search

Back
Top