Hugh self taught said:
Thanks for that advise. I've done that & tested it. Works great. However
that
is fine for future forms created in "Design View" Creating a form using
the
wizard doesn't give the same textured background options that Access 2003
did. I happen to like the textures that I used from there but now have
some
forms without it & some with it in the same database. I would like them to
be
consistant with the textured background. (Not so boring to look at)
As per my original post, the forms without the texture have (none) as the
"picture" property while the forms with the texture have (bitmap). When
selecting the "picture" property to try change it, the only option is to
choose a graphic from disc. How do I get the textured graphic as a
background
/ backstyle?
if you "set" an older style form as a template, does not the wizard use that
textured background?????
For the existing ones, you have to grab that bitmap from the older
machine....
Remember, you *can* imbed the bit map when you select it, or not. If you
choose NOT to, then that bitmap MUST be located on the machine when you copy
the database. so, embedding as you have has some benefits.
However, those bitmaps cause SEROUS BLOAT in the size of the database. I
have an application with 160 forms, and 30,000 lines of code. The whole
application as a mde is only 7 mb in size. With pictures...it was about 70
megs. So, those pictures really bloat up the database size. this is supposed
to be better in 2007 but you want to keep your application smaller and
light....try to avoid those bitmaps.
the bitmap location for access 2003 is :
C:\Program Files\Microsoft Office\OFFICE11\BITMAPS\STYLES\ACSNDSTN.GIF
You should when you "click" on the browse for background picture in 2007 be
able to browse to
C:\Program Files\Microsoft Office\Office12\BITMAPS\STYLES\ACSNDSTN.GIF
The example above is the "sand stone" background, you should be able to find
the others in that directory that you using now....