Autoeng
Why me?
- Local time
- Today, 17:19
- Joined
- Aug 13, 2002
- Messages
- 1,302
Please take a look at my "Parts Affected" form here http://www.angelfire.com/ego/milestylegames/images/autoeng4.jpg.
Because we deal in product structure and the parts need to stay in the same order as entry (to imitate a bills of material) I added a number ECNPartID field that is hidden that contains an autonumber and this is how the parts are "sorted". I have code that resequences the number should you have to insert, delete or move a part within the structure.
If you will notice the buttons to the left and right of the form. One is to copy the current line and the other is to delete the current line.
One of my users does not like the form data entry method because you cannot paste an entire row of information from another source (an Excel spreadsheet). In form entry you can only paste one field at a time. My problem is that in datasheet view the hidden ECNPartsID becomes a visable column. I worry that someone will think that it is an editable field and screw something up. Is there a way in datasheet view to hide this column? Does anyone have any other suggestions for handling this problem?
Thanks,
Autoeng
Because we deal in product structure and the parts need to stay in the same order as entry (to imitate a bills of material) I added a number ECNPartID field that is hidden that contains an autonumber and this is how the parts are "sorted". I have code that resequences the number should you have to insert, delete or move a part within the structure.
If you will notice the buttons to the left and right of the form. One is to copy the current line and the other is to delete the current line.
One of my users does not like the form data entry method because you cannot paste an entire row of information from another source (an Excel spreadsheet). In form entry you can only paste one field at a time. My problem is that in datasheet view the hidden ECNPartsID becomes a visable column. I worry that someone will think that it is an editable field and screw something up. Is there a way in datasheet view to hide this column? Does anyone have any other suggestions for handling this problem?
Thanks,
Autoeng
Last edited: