Microsoft
Software
Hardware
Network
Question : Duplicate Record and Form Process
I have a form FrmProviders that has a record source of tblProviderbill. Utilizing a cmd button I would like to duplicate the record from the record source and open a different form frmProviders_recon displaying the field. utilizing the PK of the table.
I have a macro that will duplicate the record and open the form frmProviders_recon, however it is not prepopulated with the data that was previously duplicated.
Answer : Duplicate Record and Form Process
Example here
Dim CancelChanges As DialogResult = MessageBox.Show("Your changes will be lost, are you sure?", "Cancel Changes", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
If CancelChanges = Windows.Forms.DialogResult
.No Then
Exit Sub
End If
Random Solutions
Table Design
Any sandbox tool out there for opening file attachments safely?
Using wininet.dll with vba code within Excel 2003 macro on windows 2008 R2 server. FTP hangs
Frameless and Borderless Popup Window in Flash Actionscript 2
Evnet id 10016 - DCOM & DFS
Unable to install Webmin
Failing over between Active/Active WAN connections on a Cisco Router
How to block mulitple ports within a range in mmc?
Using cfheader and cfcontent to obfuscate download path.
Jquery NoConflict Issue