I have a query and it has a service date and amt balance...
I need to take the service date and put the amt balance into different buckets..0-30, 31-60, 61-90, over 120 days.
Example...
if the date of service is aged 37 days the amt balance would go into 31-60 days bucket...
I need some coding...
This is my code to load my form when I open it.
Which it works fine, but when I have 2 or more emails to send out for that day... Can someone show me how to loop to next record???? Please...
Private Sub Form_Load()
On Error GoTo Err_Form_Load
DoCmd.Maximize
DoCmd.GoToRecord , , acFirst...
I need Access 97 to send an email automatically when the current date Date() reaches the date entered field in the form. I have the SendObject code, but now I need the code that gets the date to trigger the sendobject.
I hope this makes sense.
Thanks,
ddbrook
I have customer numbers that can have multiple account numbers, But I need to show only 5 of each account numbers.
I made a query that shows me the customer numbers that has > 5 account numbers:
Cust#,CustCount
16180,111
16491,106
25762,49
So I would need to keep <= 5 and delete all the...
I have a query that retrieves multiple records in my active accounts but I only want to show the user just 3 records of each active account. Some accounts have about 20 or more if it is apts.
Example of data:
name,cust#,account#
BANY LANDING APTS ,1269,4945800
BANY LANDING APTS ,1269,4945820...
I have a text field but outputs numbers...
I need the leading 2 zeros taken off. I have tried trim.
I have a query and my data outputs like this:
Meter #,
0054641
I need it to look like:
54641
Please help...
Thanks,
ddbrook
I have a query that looks like:
Acct#,Name,Loc,Utility Type.
123,Diane,3008 Look up St,W(Water)
456,Juli,4407 Pleasant St, W(Water)
456,Juli,4407 Pleasant St, S(Sewer)
From the data above you will see I have one record with Water...
I need a yes or no field showing the record does not have...
I have a report with:
Cust#,Name,Final Bal
125,Jack,190.00
I also have a subreport with:
Cust#,Active Acct,Deposit Amt.
125,44520,175.00
I group these together by the Cust#.
Which is fine.
But now I need the Sum of Final Bal to show in Descending order. I loose
my group by Cust#. This ties...
I have a report..(Accounts > than 40,000). Looks like this.
Acct#,Util type,Month,Revenue.
9099, E, 7/01/02, $55,000.
Now I need the tax for these same accounts > than 40,000.
Util type is equal to "X" which is the Tax code. It is in the same Revenue column...
I have a report sorted by Bill_amount(DESC), so I can get the top accounts. I also have the customer_name field(ASC).
The Bill_amount works fine but the customer_name field looses the grouping. I need the customer_name field to group with the same customer names.
Name,Cust#,Utility...
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.