I like using the idea of pooping up a dialog. I have the DB set up to hide the db window with a very limited menu bar.
I'll give that a shot.
Thanks.
Just knowlegeable enough to cause problems.
Is there a way for a person to add command button to add users and set permissions?
I'd like to make it easy as possible for a user (specifically the boss) to utilize this function.
jacque
Just knowlegeable enough to cause problems.
Sure, here you go. You'll have to modify the picture path for a default picture.
Function setImagePath()
On Error GoTo PictureNotAvailable
Dim strImagePath As String
If Len(Me.imagepath) > 0 Then
strImagePath = Me.imagepath
Me.imageframe.Picture = strImagePath
Else...
Sorry, my mistake. The post was in a different forum, but here is the meat of the matter.
First, open the form design, choose the FORM item, then Properties. Now delete any references of "=setImagePath()"
Next, configure the On_Current to call the procedure you have in the system.
Modify the...
Finally! I get to go to someone elses help rather than ask for it.
I had the same problem and this is what I was told to do. (Works wonderfully)
In the form properties change the OnCurrent event to
Private Sub Form_Current()
Dim I
On Error Resume Next
' Me![imageframe].Picture =...
Finally got it! It was the COMDLG32.OCX that was missing.
I installed and registered it and everything works wonderfully.
Thank you so very much!
:D
jacque
Just knowlegeable enough to cause problems.
Finally got it! It was the COMDLG32.OCX that was missing.
I installed and registered it and everything works wonderfully.
Thank you so very much!
:D
jacque
Just knowlegeable enough to cause problems.
Ok, I copied and pasted the code into the onclick event of the command button but it doesn't work.
Where did I go wrong?
jacque
Just knowlegeable enough to cause problems.
Thanks for the reply, on another forum it was suggested that I try it.
I did and got an error message that the OLE server is not registered and to re-install.
I got the most current MDAC from Microsoft, and am current on all of my Windows updates.
I get the same result on three different...
I have a database at http://seesterstamps.com/db1.mdb
And would really like to a user to be able to choose a file and have it paste into the text box.
Any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.