JaredSangco
Technical User
Hi all,
Currently, I have a main interface form [frmMainInterface] that has a cmdbutton [cmdEnterPartInformation] to open a Part Entry form [frmPartInformation].
a few things...
1) Once I click on the [cmdEnterPartInformation], is there any way that I can have the [frmPartInformation] display a 'New' record entry instead of displaying all the records? This would strictly be a form where the user would enter a new part.
2) I would also like the option to 'Update' current records, therefore, i was planning on creating a button on the mainInterface form [frmMainInterface] that would be labeled, 'Update Existing part' utilizing the [frmPartInformation] form. NO New part input will be allowed on this form. However, I would like to have a search list box that would contain all PartNames where the user would select and the corresponding record will be displayed.
Any assistance would be appreciated.
Currently, I have a main interface form [frmMainInterface] that has a cmdbutton [cmdEnterPartInformation] to open a Part Entry form [frmPartInformation].
a few things...
1) Once I click on the [cmdEnterPartInformation], is there any way that I can have the [frmPartInformation] display a 'New' record entry instead of displaying all the records? This would strictly be a form where the user would enter a new part.
2) I would also like the option to 'Update' current records, therefore, i was planning on creating a button on the mainInterface form [frmMainInterface] that would be labeled, 'Update Existing part' utilizing the [frmPartInformation] form. NO New part input will be allowed on this form. However, I would like to have a search list box that would contain all PartNames where the user would select and the corresponding record will be displayed.
Any assistance would be appreciated.