if i understand correctly then, it cant be done within an API or the like. to achieve ehat i want i have to physically make a shadow in something like illustrator and glue it to the side of the form????
Yes and No - I am sure it is possible - I have just not got it. The steps would be something like this - ALL windows API calls
1. Get handle to your MSAccess Form
2. Get a small bitmap image
3. Create new window make it about 25 pixels wider and higher than Access window.
4. Set bitmap to this new window (this stretches the little bitmap out and thus give a good blur
5. Then put the two windows together, with your msaccess form at the front and your blur window behind it.
Sounds easy
its a shame access doesnt work in the same way as html that would let us use CSS to do this. Seems that Access is made for developers but they've held back everything nice about presentation.. doesnt make much sense to be honest
Nidge
I am still in the dark ages with 2003 - maybe 2007 and 2010 is better - SURELY 2010 can handle Alpha transparency and maybe 2007 could too.
I would suggest you try this -
Make a form in your favourite design program adobe, paint etc with a drop shadow. Save it as a png. Then add it to a MS Access form. Then make the MSaccess form transparent leaving your picture form with a shadow.
Making a form transparent is not that hard have a look at my code where I fade the forms in and out. You can instead of choosing the whole form you can choose a colour which the WINDOWS API will make transparent. Make your form RGB 255,255,255 and then make this colour transparent. This might work on 2007/2010. It will not in 2003.