Forum: MS Access and FileMaker Pro Mar 31st, 2007 |
| Replies: 2 Views: 22,199 HI...
There is 2 ways.
i) u can write in the Qurey
just u have to enter in the last field like this : [Enter the Name]
and in Criteria: u have the write the filed name
like:
... |
Forum: MS Access and FileMaker Pro Mar 31st, 2007 |
| Replies: 2 Views: 12,268 Hi...
have u use macro for that
goto macro
Action:OutputTo
Object Type:Table/Query/Report/.......
Object Name: Table Name/Query Name/Report Name......
OutPut Format: *.xls/*.doc/*.rtf/..... |
Forum: MS Access and FileMaker Pro Mar 31st, 2007 |
| Replies: 2 Views: 6,757 Hi...
u can make ur own "input mask" in the design field
open the side button which is on right of the input mask:
Follow this
Edit List
Make Add new by pressing "*"
Description: New... |
Forum: MS Access and FileMaker Pro Mar 31st, 2007 |
| Replies: 2 Views: 31,512 Hi...
u have problem in
IIF([P1]<=4,"100%",IIF([P1]>12,0,IIF([P1]=12, 12-[P2]/12, "this will handle your else condition" ))) |