| | |
how to maintain records
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jun 2008
Posts: 17
Reputation:
Solved Threads: 0
Hi to all,
I want to create an application containing a lot of fields, my problem is the client want to maintain the records of payment and the date. I have created database containing only one tables. How can I handle this kind of database management, the goal is, if the customer paid for this month, then add to the database but the problem is for the succedding month. how can I keep the old records. I know that the customer information doesn't change but the payment and date will varies. I am thinking that I have to create field with fieldname (month and year example for this month June_2008, for next month july_2008 and the value is the date inputted which the user made a payment) but I am using microsoft access database and i don't know the limitation of number of fields and maybe it become slowly if it takes to much field. I am using visual studio 2005.
Please help me.
Thanks in advance
I want to create an application containing a lot of fields, my problem is the client want to maintain the records of payment and the date. I have created database containing only one tables. How can I handle this kind of database management, the goal is, if the customer paid for this month, then add to the database but the problem is for the succedding month. how can I keep the old records. I know that the customer information doesn't change but the payment and date will varies. I am thinking that I have to create field with fieldname (month and year example for this month June_2008, for next month july_2008 and the value is the date inputted which the user made a payment) but I am using microsoft access database and i don't know the limitation of number of fields and maybe it become slowly if it takes to much field. I am using visual studio 2005.
Please help me.
Thanks in advance
•
•
Join Date: May 2008
Posts: 144
Reputation:
Solved Threads: 9
What you can do is create a Payments table with the customer id as Primary Key, paymentdate, and paymentinfo. Then store the payment recieved according to customerid, paymentdate. This will be easier to habdle and Query. Please read about Database Normalization if yu can.
![]() |
Similar Threads
- Forms in Random access files (Visual Basic 4 / 5 / 6)
- coursework help plzzzzzz! :-( (C++)
- help anyone.. (C++)
- How do you transfer a single record in Filemaker Pro (MS Access and FileMaker Pro)
- Program 2 copy log file frm database (C++)
- EER Diagram Assignment Help (Database Design)
- PHP vs ASP... the big ShOwdOwN (IT Professionals' Lounge)
- Selecting one record to many records (MS SQL)
- Giving records in MS Access unique numbers (MS Access and FileMaker Pro)
Other Threads in the VB.NET Forum
- Previous Thread: Database Backup
- Next Thread: New Appl for Windows Mobile 6 Phones
| Thread Tools | Search this Thread |
.net .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic eclipse editvb.net employees excel exists filter forms function html images isnumericfuntioncall listview map mobile module msaccess mssqlbackend mysql net number open page pan panel pdf picturebox picturebox2 port position print printing printpreview read record regex reuse right-to-left save search serial settings socket sorting sqldatbase sqlserver storedprocedure temp textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winsock wpf wrapingcode xml year






