This is a formula that I created to calculate a date. The problem that I have now is that I do not want this formula to output a date that falls on Saturday or Sunday. Can anyone help?
=IIf(((IsNull([Forms]![Imports2]![Pick-up Date])) And ((Date()-[Forms]![Imports2]![Date...
I setup a query with the info that I wanted on the label. I then went through the labels wizard under reports and set all of that up. Once that was done I went into the printer settings (its a dot matrix) and set the custom paper size to the size of the label in windows and in access. I don't...
Nevermind about my last post. It works. The problem is that now with the switch statement after 1250 is taken out of the guy's pay it shows 1250 in that field for the next records. So in my YTD field 1250 is subtracted from the gross instead of nothing. How can I make it show 0?
The switch expression worked, but now my problem is getting Escrow total to work. I get that "#Name" when I use - IIf([Escrow]*12>1250,1250,[Escrow]*12).
I am using Access 97 to create a payroll program for our contractors.
The problem that I am having is calculating escrow. This is how it works - If the gross is less than or equal to $500 then $50 gets subtracted otherwise gross*0.1. The max amount subtracted for a year is $1250. These are...
Okay, this change created another problem. I added my calculations into the query. Now remember that I have two tables setup. The error I now get is:
You tried to execute a query that doesn't include the specified expresion "Customer Name" as a part of an aggregate function.
Now...
I created a inventory database and I have a total inventory report that shows everything that we have in stock. The way I have it setup is one table with the customer information and item descriptions and a second table with the recieved and shipped data. In the total inventory report I show...
I have ten different macros setup, so I cannot have set the form's record source directly to the query. I changed the OutputAllFields property set to Yes snd I got the same result..<br><br><br>
A macro is called, which opens a form after the the prompt. The filter name of the macro is a query which displays a table name (them a period) and the field from a table which I am prompting for data in the second display. The second one is intentional, the first just pops...
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.