LarryE
Active member
- Local time
- Yesterday, 20:56
- Joined
- Aug 18, 2021
- Messages
- 842
You will have nothing but problems and error messages if you use these field names:I tried that but it didnt work - i will update the basic db, appreciate any help really do appreciate it all.
Change the Date, Day and Month field names. They are reserved words in ACCESS and cannot be used as field names effectively. Do this before you go any further. You should also change the ID AutoNumber to a Primary Key and the name should be something like MoneyID, not just ID. Change the Date field to MoneyDate, the Day field to MoneyDay and the Month field to MoneyMonth.
In addition to the above, none of your tables have Primary Keys or Foreign Keys so they cannot be used as ACCESS tables and relationships cannot be established using Primary and Foreign Keys.
I don't know what you are attempting to do here, but ACCESS is not likely to do it until you create proper tables and field names as well as establish proper relationships between tables.
If you will describe the business process you are involved in and what you want to track, maybe someone in this forum can help you build the proper tables, field names and relationships so ACCESS can work properly.