codehunter
New Member
- Joined
- May 3, 2010
- Messages
- 11
I have a Table (Rake) in which I am having Fields – RakeID, Track, Section and Hole. Based on this Table I have a Form in which I have to enter data. There is another Table Goods which is also having same Fields -- RakeID, Track and Section and now comes more sub Fields based on Hole Field in Rake Table. The subfields will be Hole Diameter, Hole Height, Holelength. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have placed a Button just in front of Hole Field (Textbox) in Form having data source from Rake Table. Now, what I want is that suppose if put “5” in Hole Field Text Box and when I click the Button, it should insert a new single or 5 records at once in Goods Table which should reflect in the Form attached with Goods table. The information contained in the common fields of Rake Table should automatically come in Goods Table on the click of the button. Now the subfields related with Hole field will be filled up. When all the 5 records are filled up and again when the user enters another number in Hole Field (Text Box) of form it should again do the same process as above copying the common field records in Goods table/Form.
This may seem little difficult, but a try/idea from this forum is expected.
I have placed a Button just in front of Hole Field (Textbox) in Form having data source from Rake Table. Now, what I want is that suppose if put “5” in Hole Field Text Box and when I click the Button, it should insert a new single or 5 records at once in Goods Table which should reflect in the Form attached with Goods table. The information contained in the common fields of Rake Table should automatically come in Goods Table on the click of the button. Now the subfields related with Hole field will be filled up. When all the 5 records are filled up and again when the user enters another number in Hole Field (Text Box) of form it should again do the same process as above copying the common field records in Goods table/Form.
This may seem little difficult, but a try/idea from this forum is expected.