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

    Add selected record from one table to another (append query?)

    Hi everyone - Here's the current situation: I have a form which has two subforms. Subform A is a list of all the ongoing projects (the subform source is a table). Subform B is a list of the projects associated to a specific manager (subform source is also a table). I'm trying to allow the...
  2. SBelyea

    _Global References Nightmare - MS Access & Excel VBA

    Hey everyone - As always, thanks in advance for any help or insight tek-tips and its community can provide me. First the problem, then some background. When running the code below, I will get a _Global reference error every other time. Background: One of the functions of my Access database...
  3. SBelyea

    Difficult parsing of text

    Hi tek-tippers - I've got an interesting parsing situation here, and I'm hoping that this group may be able to help me out. Within Access, I have a text field whose contents look something like this: 05/13/2001 21:41:00 GMT - John Doe - REJECTED: Something is not right. 05/05/2002 20:50:29...
  4. SBelyea

    Using VB to save an excel spreadsheet

    Hey everyone - I've got a script that cleans up a spreadsheet I have, but am running into trouble when I try to save it. The source that I get the spreadsheet from saves it in a format that, while it says its .xls, isn't really .xls. I can open the spreadsheet fine and do all of the cleaning...
  5. SBelyea

    Automatic E-mails from Access 2000

    Hey everyone - It's been a while since I've been on the boards. I've spent quite a bit of time trying to set up my database in such a way that I can execute some VBA code to automatically send e-mails when inspections are overdue for BMP (stormwater management "Best Management Practices")...
  6. SBelyea

    Printing current record as a report

    This is driving me absolutely nuts!!! Within my database, you can open a form based off of tbl_streets that has a bunch of different data. tbl_streets has a PK named SID (an AutoNumber). I want to be able to print everything I can see in this form view (data from tbl_streets, tbl_maintenance...
  7. SBelyea

    Second Value automatically determined by first

    Hey everyone - I've taken multiple stabs at this problem over the past week, but still can't seem to figure it out. Within my database, I have a field for the name of the drainage basin a BMP (bmpDrainageBasin) uses, as well as the name of the HUC used by the drainage basin (bmpHUC). Because...
  8. SBelyea

    Cascading Combo Box - Box won't show data

    Sorry for clogging the boards! Within my database I have a form which has two combo boxes. The first combo box is for the drainage basin of a BMP, and the second combo box is the HUC code for that drainage basin. I decided that a cascading combo box would be the easiest method to reduce...
  9. SBelyea

    WHERE clause w/ AND & OR

    I'm currently working on a query which is being used to return records which are overdue, based on the calculation of: ((([InspRequiredOn]+(([PropInspInterval]*365)+1))<(Date()))) In order to show these overdue records, my WHERE clause looks like this: WHERE...
  10. SBelyea

    Use Extra Large fonts for each user

    Hey everyone - We have a machine connected to an HDTV that we use for presentations in our conference room (showing cadwork, etc.). It is a 1080p set, and I'm hoping to get the most use out of it by running it at its full resolution. In order to make text legible, I've gone through and set the...
  11. SBelyea

    Return Overdue/NULL Records

    Hey everyone - I'm working with a stormwater facility management database (MS Access 2000 - we're a small town government) and I'm trying to create a query that will show me records where: InspRequiredOn (date when the next inspection is) is < the current date I think that I want to use...

Part and Inventory Search

Back
Top