Need To maintain database (1 Viewer)

bharat

Registered User.
Local time
Today, 15:24
Joined
Jul 4, 2011
Messages
12
Hi All,

plz help me,

I have to maintain Milk collection (From farmer) database in access.

Thanks in advance
 

mahenkj2

Registered User.
Local time
Tomorrow, 03:54
Joined
Apr 20, 2012
Messages
459
Can you elaborate further, what you need.
 

bharat

Registered User.
Local time
Today, 15:24
Joined
Jul 4, 2011
Messages
12
Hi mahenkj2,

I am tring to creating form to enter milk collection data of every farmer. milk data has been collected from cow, Baffalow & Sheeps at the time of morning Afternoon & evening. Its fats, rate & pay, & its sum & all.

Thanks
 

RainLover

VIP From a land downunder
Local time
Tomorrow, 08:24
Joined
Jan 5, 2009
Messages
5,041
What books have you read so far. Or simply how have you learnt how to write a Access Database. These can have lots of differences.

So tell us what you know and we will see how we can help.
 

bharat

Registered User.
Local time
Today, 15:24
Joined
Jul 4, 2011
Messages
12
Hi RainLover,

I am tring to make this that will help to keep record of milk collection

I dont no idea, just i am thinking & tring it if it is posible or not.

Thanks
 

RainLover

VIP From a land downunder
Local time
Tomorrow, 08:24
Joined
Jan 5, 2009
Messages
5,041
It can do that, but what experience do you have.
 

RainLover

VIP From a land downunder
Local time
Tomorrow, 08:24
Joined
Jan 5, 2009
Messages
5,041
Do you realise that there are templates you can get to when you open Access. One of these may help.
 

Qazi

Registered User.
Local time
Tomorrow, 02:24
Joined
Nov 8, 2012
Messages
14
hello bharat,
first creat tables,
1 Farm Table
primery key on id
farm name text
2 suplier name table
primery key on suplier name
3 milk colection table
and creat relationship between them
and then creat forms
 

Severin

Snr. Developer
Local time
Today, 15:24
Joined
Mar 27, 2012
Messages
172
You say you have to maintain Milk collection database... does this mean you have a database you could upload?

I have developed a lot for the dairy industry, so I would like to see if I can help!~)
 

nanscombe

Registered User.
Local time
Today, 23:24
Joined
Nov 12, 2011
Messages
1,082
If you are having to start from scratch it may be useful to see for yourself how records are kept now.

Some of the databases I have worked on have started life as paper based forms.

That would, at least, let you know what sort of information you will need to store.
 

bharat

Registered User.
Local time
Today, 15:24
Joined
Jul 4, 2011
Messages
12
Hi Severin

here with i am attaching the file

Thanks

You say you have to maintain Milk collection database... does this mean you have a database you could upload?

I have developed a lot for the dairy industry, so I would like to see if I can help!~)
 

Attachments

  • Sample3.xls
    33 KB · Views: 100
Last edited:

Qazi

Registered User.
Local time
Tomorrow, 02:24
Joined
Nov 8, 2012
Messages
14
Table 1 uid
relation primerykey name query


table 2 id

animal type query


table 3 sr.no
name combo

Date


cow combo

ltr


fat


rs


total
 

Attachments

  • Sample3.xls
    33 KB · Views: 101

Qazi

Registered User.
Local time
Tomorrow, 02:24
Joined
Nov 8, 2012
Messages
14
see in your axcel file first creat tables, after that relationship, then queries wich i said, then creat forms, and two combo boxes (value save in field)

I think its better,
 

Qazi

Registered User.
Local time
Tomorrow, 02:24
Joined
Nov 8, 2012
Messages
14
when you complete this then we will go to reports.
 

Severin

Snr. Developer
Local time
Today, 15:24
Joined
Mar 27, 2012
Messages
172
Here's an example that's very simple an keeps all the data in a de-normalized form which I think is the best for this little project!~)

..if you want to do any changes then remember to hold down shift when you open the database.
 

Attachments

  • Milk collection.mdb
    364 KB · Views: 76

bharat

Registered User.
Local time
Today, 15:24
Joined
Jul 4, 2011
Messages
12
Thanks Lot Severin

Here's an example that's very simple an keeps all the data in a de-normalized form which I think is the best for this little project!~)

..if you want to do any changes then remember to hold down shift when you open the database.
 

Users who are viewing this thread

Top Bottom