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...
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...
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")...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.