strive4peace
AWF VIP
- Local time
 - Yesterday, 20:13
 
- Joined
 - Apr 3, 2020
 
- Messages
 - 1,059
 
hi Mahesh,
just one more comment about your data structure ... now that you have code to REPEAT information -- this is a bad idea! Better would be to make a related table with SrNo as a Long Integer and the various lines they have ... maybe also a field to order them. I call this Ordr, since Order is a reserved word, and make it an integer
 just one more comment about your data structure ... now that you have code to REPEAT information -- this is a bad idea! Better would be to make a related table with SrNo as a Long Integer and the various lines they have ... maybe also a field to order them. I call this Ordr, since Order is a reserved word, and make it an integer