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

    Putting .pdfs in an Access report

    Is there any way to do this? I would like to be able to show a single-page .pdf in my Access reports. I would like to be able to refer to it (not actually store the .pdf in the database) so that the report will generate, and insert the .pdf as one of the pages. Haven't found how to do this...
  2. osp001

    Really simple query statistics question

    I'm trying to get a query to display the average age of a product for which I have a manufacturing date (fill_date) and a disposal date (termination_date). It's been a while since I've worked with Access, so I forget how to subtract one from the other in a query (in design view, if possible) so...
  3. osp001

    Basic question on using a form to control a query

    Don't know VBA, so I apologize for asking what has to be a stupid question. I have a query set up in the following manner: UPDATE tbl_containers SET tbl_containers.location = "" WHERE (((tbl_containers.location)="S001")); What I'd like to do is have a form in which there is a field that I can...
  4. osp001

    Tricky form problem- "freezing" fields

    I am trying to construct a form to change the inventory status of items on the shelves. There are three fields; from left to right: Item number Location Status Under "location" and "status" fields, there are check boxes; when I enter a code into either or both of these fields, I can...
  5. osp001

    Simple way to make changes using a form

    Go easy on me. I don't know much programming. I'm trying to change a status within a form in a very straightforward manner. Using a text box, I want to be able to enter a number to change the status of a "yes/no" field. In other words, when I enter "1234" into the text box (for...
  6. osp001

    Adding new fields to a locked table

    I've been trying to add some new fields to a table; the database is split into a front end and a back end, and it's either that or the number of linked tables that has the main table locked. Someone told me about a trick in which a query can be used to temporarily unlock the table, and allow...
  7. osp001

    Changing focus with button press

    I should know how to do this, but I'm lost. I'm trying to get the focus to shift to a certain field after selecting from a "yes/no" data type. Specifically, I would like the cursor to switch to a given field after selecting "yes" or "no"- the same field, regardless of which selection is made...
  8. osp001

    Help loading Homesite website

    Someone prepared a Homesite website for me, and then sent it by email. I uncompressed it, and now have no idea how to load it. He said there's a "bulk loader" feature, but all I can do is open one page at a time. With 300+ web pages, that isn't going to cut it. Anyone know how I can open up the...
  9. osp001

    Lightening video in PowerPoint presentation

    I have a video I want to show in "PowerPoint." Unfortunately, it's too dark. When I use the image adjustment widget in PowerPoint, the first scene is exactly where it needs to be- but the rest of the video is way too dark. Is there any way to change this in PowerPoint or, if not, how can I...
  10. osp001

    Can't get look-up to work!

    Go easy on me- I barely know any VB at all! I'm trying to get a form to look up the information so that when I enter an item number, it'll go to another form and give me the information relevant to that number. In short, it locks up on the "itemdata" part of the indicated line with a compiling...
  11. osp001

    Date stamp

    Still pretty new to Access, so be gentle with me! I have a table that has an item number, a quantity "in," a quantity "out," and a date column. The date column is new. I'm trying to figure out a way to change the "date" field for each line as the quantity "in" is incremented. In other words...
  12. osp001

    Word: Two-page spread option?

    Is there any way to get a two-page spread view in Word? Or am I doomed to use Quark or InDesign? Thanks!
  13. osp001

    Changing linked tables

    I think I may have painted myself into a corner. I am using linked tables for my database, and now that I need to make some changes, Access won't let me. Specifically, I need to change one field in the main table from a "number" to a "text." Either that, or add a completely new text field, and...
  14. osp001

    Changing values in a table

    I have a relatively straightforward task I'd like to do, and can't figure out how to do it. Programming isn't my forte, so- bear with me. Let's say I have a table with two columns. One is for item numbers, and another is for their status (expressed as a number). So, it looks like this: Item...
  15. osp001

    Change in "yes/no" field in database

    I need some help in doing a one-time-only inventory change to my database. I'd like to create a form that, when a given number is entered, a field with a "yes/no" data type associated with it is changed from "no" to "yes." In other words, when number "1234" (container:table_containers) is...
  16. osp001

    Complex Access report with form

    I've been trying to figure out how to do this for a couple of days now, and thought I might ask if what I want is even do-able. I use Access to generate a list of products; the report generates an HTML table, which is then manually uploaded. What I would like to do is have Access generate the...
  17. osp001

    Totals by month query

    I've been trying to get a query to work so that I can produce a running total by month of products that have been purchased. In order to do so, I use [tbl_items]![quantity]*[tbl_items]![unit_price] to get the line total. I've yet to figure out how to get a total by order...
  18. osp001

    ActiveX error when trying to insert MS Internet Transfer Control

    I've been trying to use the MS Internet Transfer Control, but I get an error when I do- "You don't have the license required to use this ActiveX control." It then suggests I contact the company that provides it. I've been up and down the MS help pages, and tried to find how to do this, but am...
  19. osp001

    Count number of items by month?

    I've been puzzling over this for a while- I can't figure out how to do it, so some help would be much appreciated! I have a certain set of items, and each has a date associated with them. Some dates have many items associated with them, some dates have none. Each item has only one date...
  20. osp001

    Uploading query results to a website

    I need some help figuring out how to take my results- a query in .html format- and uploading them to my website. Right now, I dump the finished product to a disk, move it to another computer where I have my FTP program, and then upload it manually. Is there any way to arrange for Access to...

Part and Inventory Search

Back
Top