ACCESS: Decision Maker in Access!!
Q: I really miss the Decision Maker from Uniplex now I've switched to
Windows - can somebody program one for me?
A: Well, incredibly enough, there is one in MS-Access the database.
Click on the module button, then View and Immediate Window. Then type
the following command:
? SysCmd(888,"Is this a decision maker?")
Lo and behold you get an answer, such as Doubtful, Yes, NO and all
sorts!!
Return to index
DOS: No pound sign in DOS
Q: I get a pound sign in Windows, but not in DOS, how can I get the
pound sign in DOS?
A: Check your CONFIG.SYS for a line which reads:
COUNTRY=044,,C:\DOS\COUNTRY.SYS
and check your AUTOEXEC.BAT for the line:
C:\DOS\KEYB UK,,C:\DOS\KEYBOARD.SYS
These are the DOS programs for setting up a UK keyboard.
Return to index