I'm trying to use a DMax in a Continuous Subform to autopopulate the Date by the last entered Date in the Table. It works for the first entry but if I change the Date to a different day the next line populates as 12/30/1899. I have this code in my Default Value. Any help is appreciated...
I have the Federal Taxes fixed. I removed the 2nd job tax option from the table. Once I did that, it worked. The board members will never make enough money to pay State and Federal taxes. The only people that will are the Road Patrolman this would be their primary job. If they find they need...
Yes, this was updated while I was answering. MyUCA is the code that is on the CT report filed with the State. 17 is the ID in the tblDemoUCA table. The Fed Tax Table matches the UCA code and Marital Status. This DB was originally designed in a DOS program and the references where the MyUCA...
The results for this should be Married, no 2nd job (which is null0 and Adjusted Income should be 17100 and 49500. Returned results should be 17100.
I had this problem with State Taxes, which works. Federal taxes will not.
I have a query that is supposed to find Marital Status in a table then between lower and upper limits and return lower limit, else 0. It is returning all the records. The query is QryFedTax1, pulling data from QryFedTax. I know there as some fields that can be removed form QryFedTax but I don't...
With a little help from my friend the form is now fixed. A search combo box was added to the header for the Client. The Client Full Name box was recreated as a list box. The Orderby on the main form was removed and Editing on the main form was changed to No. Editing on the SubForm was changed to...
This is what I was thinking. It is for Towns in the State of Wisconsin. The business in municipal business so most of the Revenue is taxes. I will work on it tomorrow.
Am I correct in thinking I need a table for a (example) receipt number and the receipt number or transaction number that then relates to the tblDemoTrans with multiple transactions with that receipt number?
It just has revenue related to a client by date with receipt number. The revenues are based off taxes received by date or receipt number. There may be other revenues by ex. driveway permit or cemetery payments but those revenues would never be from the same client. The service would described by...