picture

  • Thread starter sobeit via AccessMonster.com
  • Start date
S

sobeit via AccessMonster.com

i have a mdb with a picture database created 2003 version
but when i updated my access into 2007
the form in my picture database got an error as it goes like this

"the expression oncurrent you entered as the event property setting produced
the following error: Procedure declaration does not match description or
event or procedure having the same name"

the code :

Me.picfield.Picture = "\\Server\Shared\DEIPIC\pictures\" & Me.picturefilename.
Value

though before from 2003 version i havent got any error

please help
 
M

mrrherrera

Are your pictures .bmp or .jpeg? I know Access displays .bmp? I've never
gotten it to display .jpeg.
 
M

Mark A. Sam

SoBeIt,

I get those type of goofy errors in an A2007 database I am developing. They
clear up when I decompile the database. Also if your problem is a .accdb
format database, try opening the original in Access2007 and see if the
problem still occurs.

God Bless,

Mark A. Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top