Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008 |
| Replies: 4 Views: 1,238 In relatio to this code:
'passwords match, allow the user to procede to the desk top
Unload Me 'unloads the form
FrmMain.Show vbModal
I hope you are not trying to show the desk top "FrmMain"... |
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008 |
| Replies: 1 Views: 481 Hi I posted a response to your previous prosting. Lets start with that.
Regards |
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008 |
| Replies: 4 Views: 2,976 I have found that
Combo1.AddItem myRS![9706]
will work
Good Luck |
Forum: MS Access and FileMaker Pro Apr 16th, 2008 |
| Replies: 5 Views: 1,383 Hi - I usually don't store images in the database. I find the most effective solution is to store location references in Access, then use ShellExecute in my VB project to boot a slected file (using... |