I would like to disable a network card in NT. I have disabled the bindings but the access attempts to that card are still causing problems. Is there a Device Manager equivalent in NT for this?
Ok here it is. I have a simple program set up to prompt for the Employee name, id and pay. I have set up employee as a structure with three parts. My problem is with the get line that reads in the name. It works fine for the first Employee, but stores garbage in the variables and exits the...
My program figures the payroll details for two employees and then calculates a total. My problem is in rounding. My results are off by a penny. I need to know how to round a variable so that I can use it in an addition statment. Here is my code.
/* Lab 03P2.cpp
Name: Melissa Beyer
Date...
We have checked this formula several times, but it still will not work. If the statement is true it returns the 0 which is correct. If it is false it returns #N/A. Does anyone know why. (All cell references are correct)
=IF(ERROR.TYPE(VLOOKUP(CONCATENATE(A28,"...
I have a set of numbers that I have determined percent accuracies for. what I would like to do is display in cell next to these percents what range they fit into. (IE: 30-40% or 40-50%) Does anyone know how I can do this without making one huge If-Then statement??
THANKS!
I am preforming a set of calculations for each record in a table if it fits certain characteristics. For some reason I always get an error message that says "No current record." AFTER it has gone through all of the records. I can't seem to keep it from attempting the calculations that...
I'm not sure if I am understanding. I need to do a movenext for the recordset which I have done and then also do one for each field. "me.field.movenext" Is that right?
I am trying to basically take a copy of one table and add it to a pre-existing table. For some reason I can not get my loop to work right. It simply goes through and copies the same record for each line. It puts in the right number, but never changes value. I would appreciate input on what might...
I am trying to update two tables from the code of a form. When the button is clicked I would like the information to be copied to these tables. Here is the code I have so far. Can anyone make some suggestions as to why I am still getting errors?
[code]
Option Compare Database
Option Explicit...
I made the change you suggested, but it still displays #ERROR. Is there something special you have to do to be able to use it in a report? Thanks so much for your help.
I am running a report that pulls its information from a query. Is it possible to do a DLOOKUP in the report to pull information from the query. Here is the syntax I have.
=DLookUp("[SUMOFQUANTITY]","REPORT","[OLD MATL] = BOT30026SS")
The fields in the query are...
I am using a form that will be pulling from several different tables and a query. I am pretty sure I need to do open recordsets for them. I was wondering if anyone could give me a little help on how exactly to code this. THANKS!
Is there a way to have TWO DIFFERENT FIELDS filled in on TWO DIFFERENT TABLES from the same text box on a form? Or do I need to just write code to fill in one table?
Thanks! :)
This is the error message.
"Run-time error '64479'
The expression you entered as a query parameter produced this error. 'The object doesn't contain the Automation object 'BOT30026'."
BOT30026 is a valid bottle IMS.
Thanks again :)
I have set up a dlookup function, but it keeps returning an error message.
Me.PF_size = DLookup("[preform_size]", "Preform to Bottle SF and Preform Usage", "[Bottle IMS] =" & Me.bottleIMS)
PF_size is the name of the txtbox I want it displayed in
Preform_size...
I have a form that loads information from an internal query. Meaning I didn't create a query seperatly...it doesn't show up on the query list. It prompts for the begining and ending date then loads all records in that range. What I want to do is have and error message displayed when no records...
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.