thanks for anyone who may have contemplated this question but i think im pointed in the right direction in that I think that these are bespoke 3rd party window modifications. So far Im taking a look at http://access.mvps.org/access/toc.htm.
http://www.tek-tips.com/viewthread.cfm?qid=1722721
I recently saw Windows 7 screen with a desktop menu using "Access Forms"?. Brightly coloured tastefully iridescent even. Bout 5x 8 cm tucked into the rhs top of the screen. THey have options for entereing Customer Joc details start date of the job etc. Ive got no idea what they were and how...
I am trying to make sense of some code that I downloaded but the comments appear garbled eg:
/*--------------------------------------*
Ãû ³Æ: patternDetect2
Êä Èë: ¸ÅÂÊA,B,C,D,E
Êä ³ö: ÊÖÊÆÀàÐÍpattern
¹¦ ÄÜ: ¸ù¾ÝÊÖÊÆÐòÁÐÔÚÄ£ÐÍÖеĸÅÂÊÀ´ÅжÏÊÖÊÆÀàÐÍ...
Oh I didn't realize what you were saying. I cleared the unbound text box and sure enough I could place data in it from the Detail_Format event. A very useful simple tip - I'm not sure why it works but I am most grateful.
yes i agree. I'm just giving a cut-down example. The unbound text box actually collects its value from many bound text box controls and the required expression is very complex tho i will have to do that if there is no way to do it from code. I just need to determine if its possible in principle...
I can create an unbound text box in the detail section of my report.
This text box refers to another control on the report called "Person" when I place this expression in the unbound text box...
=IIf([Person]="ed",1,2)
.. sure enough it gives 1 whenever the Person control is "ed" and 2...
I have produced an report/invoice from the table of data.
(It contains some subreports as well.)
After the report/invoice appears, I might like to modify the data on the report itself- and then maybe save it as an individual modified invoice. Any ideas how to modify the contents of a report??
I want to print my Access VBA code in colour.
I usually copy the code - module by module and paste it into Word where I have written a "Pretty Print" routine to automatically print it colour code formatted.
This takes ages when I have lot of modules.
I got a bit excited when I noticed that...
I want to format lots of text boxes which are already on my form to .423 height and Font Tahoma size 8. The format painter does the height only. Is there a way - maybe from code (but presumably in design view) of applying formatting in one go to text boxes for example that I place on the form...
Does =IIf([SchemeRef]=52,[Delivered],0)
work?
how about
=IIf([SchemeRef]=52,[Delivered],"")
?(not sure what Type of data [Delivered] is.)
how about
=IIf(-1,"dummy","")
=IIf(0,[Delivered],"")
? etc etc to try to isolate the error.
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.