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: *

  1. Joshua61679

    Relationship using specific characters?

    This may be a terrible idea, if you think there's a better way to accomplish what I'm trying, let me know. I've got a number of tables that have test results, with each test having it's own table. One of those (for example purposes) is "Dent". For identification purposes, we've created...
  2. Joshua61679

    Previous value + 1, with a twist

    So I have a text box "Sample" on a form "TEST Dent" that is bound to a table "TEST Dent". I'd like for the default value of this box to be the previous record + 1. I do have the field in the table set to Number, if that makes a difference. However, I need it editable, and occasionally that...
  3. Joshua61679

    Submitting Form problem

    I'm getting the strangest thing, and I haven't been able to find anything on it. I've created a form in Flash MX. When I hit Its got some fields, and at the bottom a submit button. Here's the action script I'm using for the button. on (press) { set ("recipient", "jcoffee@superiorwells.com")...
  4. Joshua61679

    Combo dependant upon 2 other combos

    I've got a form with 3 fields, all combo boxes: cmbType, cmbSupplier and cmbPart. I currently have cmbSupplier dependant upon cmbType. I'd like to make cmbPart dependant upon both cmbType and cmbSupplier. I have a query set up, but I'm not sure how to code it. My code to make cmbSupplier...
  5. Joshua61679

    Automatically set "Time to Reorder" field

    I'm a little rusty on my VBA, and I've not done this specifically before, so I need some help. I'm trying to get a field to tell me its time to reoder when my quantities get to low. I've got a "UnitsInStock", a "UnitsOnOrder", a "MinumumLevel", and a just created "Reorder" field. Corrisponding...
  6. Joshua61679

    Disk Management creates unmoveable "Free Space"

    I just deleted (what I believe was) an extended partion using the Disk Management funtion of XP Pro. It now shows that the space that the parition was previously in is "Free Space." Just after this "Free Space", is the rest of the hard drive, which is "Unallocated." I'd like to somehow get the...
  7. Joshua61679

    Outlook error 0x80048002

    When I try and send/recieve in Outlook XP, I'm getting this error Task 'pop3.icubed.com - Sending and Receiving' reported error (0x80048002) : 'This task was cancelled before it was completed.' I seem to be able to recieve fine, and when I test my account seetings, it sends the test e-mail...
  8. Joshua61679

    Outlook HTML sending problem

    I recently took my old hard drive out and put it into a new computer. The old drive ran Windows 2000, the new one runs XP Everything seems to be working fine, with the expection that now everything I send is automatically converted to plain text. I've got html set as the default, and it even...
  9. Joshua61679

    HKEY_CURRENT_USER\Software\MeowItchEggs

    I've got this strange line in my registry: HKEY_CURRENT_USER\Software\MeowItchEggs Does anybody know what this is? Thanks.
  10. Joshua61679

    USB auto-detect not auto-detecting

    Perhaps I should know this, but I don't. If I have a USB device plugged in when I boot, Windows XP (Pro) reads it fine. If I try and plug something in after booting though, it dosen't see it. Is there a setting somewhere that I might have accidentally changed? Or is this another issue. I've...
  11. Joshua61679

    using stock quotes

    I'm trying to figure out a way to get live stock quotes on our webpage. Even delayed would be satisfactory. I've seen a few applications that will do this through Cold Fusion, but is there any way to do it right out of Dreamweaver? Thanks in advance. Josh
  12. Joshua61679

    Runtime 2501 Error when opening form with date condition

    Hello all, Just spent another day fighting a runtime error, and I give up. This is the code I am using: Private Sub OpenHole_Click() Dim strCutomer As String Dim strLease As String Dim strDate As String Dim strWhere As String strCustomer = Me!Customer strLease = Me!OpenHole.Column(0) strDate...
  13. Joshua61679

    2501 Error

    I'm using this code: Private Sub Command14_Click() Dim strCased As String Dim strSheet As String Dim strField As String Dim strCounty As String Dim strState As String Dim strDirections As String Dim strLocationComments As String strSheet = Me!Sheet strField = Me!Field strCounty = Me!County...
  14. Joshua61679

    FindRecord not available

    Im running this code. I'm not quite sure its all doing what it is supposed to yet, but I need to figure out this FindRecord is not available now error. I've double checked to make sure that both pop-up and modal are set to no. Sorry for the link, but I wanted to make sure that I wan't missing...
  15. Joshua61679

    Search If...Then...

    I've got two forms: NewJob & Cased1, both attached to tables. Both forms have fields Customer & Lease, along with other fields. I need to code a command button on NewJob to open Cased1, search the records for a match in both the Customer & Lease fields, & if there is a match to open that...
  16. Joshua61679

    search and create new record

    Ok, this one is way over my head, I have a job form and a callsheet form, both connected to tables. The key for the callsheet table is a combination of three fields: Customer, Lease, and Callsheet#. I have text boxes on the job form for Customer and Lease. When I hit a command button on the...
  17. Joshua61679

    I've got an Access db that has thre

    I've got an Access db that has three steps to fill out. First there is a general form, then a service form, then a job specific form. These are called NewJob, Cased1, & Cased2 respectively. I need to use the information from these 3 forms to populate an Excel template that's a bid sheet named...
  18. Joshua61679

    Transfering info from Access to an Excel Sheet

    I've got an Access db that has three steps to fill out. First there is a general form, then a service form, then a job specific form. These are called NewJob, Cased1, & Cased2 respectively. I need to use the information from these 3 forms to populate an Excel template named...
  19. Joshua61679

    "On Click" Error

    I'm kind of new to VBA programming. I've been using Access for about a year, but have avoided VBA 'till now. I'm in Access2002 trying to call up an Excel2002 worksheet named "simplecasedhole.xls" in the c:\ directory when a command button is clicked. This is the code I'm using...
  20. Joshua61679

    Calling a specific Excel worksheet from Access

    I'm kind of new to VBA programming. I've been using Access for about a year, but have avoided VBA 'till now. I'm in Access trying to call up an Excel worksheet named "simplecasedhole.xls" in the c:\ directory when a command button is clicked. This is the code I'm using: Private Sub...

Part and Inventory Search

Back
Top