Hi all, I get the following error when trying to set the picture property of a toggle button:
Microsoft Office Access doesn't support the format of the file 'C:\Temp\btnOn.GIF,' or the file is too large. Try converting the file to BMP or GIF format.
It's a 2kb GIF created in ms-paint.
When I try to set it programmatically, the above error is identified as Runtime Error 2114
I can, however use the same gif in an Image control on the form.
Does anyone know why this is? When I hit <F1> I get a blank help window. Net searches suggested filters were missing. I installed the MS Office converter pack, but it didn't help.
It works if I use a bmp, but the bitmap version of the image is 18kb. I know that's not huge, but it's being used in a few places, and it adds up.
cheers
mcalex
Microsoft Office Access doesn't support the format of the file 'C:\Temp\btnOn.GIF,' or the file is too large. Try converting the file to BMP or GIF format.
It's a 2kb GIF created in ms-paint.
When I try to set it programmatically, the above error is identified as Runtime Error 2114
I can, however use the same gif in an Image control on the form.
Does anyone know why this is? When I hit <F1> I get a blank help window. Net searches suggested filters were missing. I installed the MS Office converter pack, but it didn't help.
It works if I use a bmp, but the bitmap version of the image is 18kb. I know that's not huge, but it's being used in a few places, and it adds up.
cheers
mcalex