I recently purchased rights to an old (1972 vintage) FORTRAN program. I can run it on a Citrix server, but my license there expires next month and since the rights included source code I'm trying to compile the source locally and not have to renew the expensive Citrix license.
I downloaded a...
I've got a database with 1400 records in it. Each record is associated with a .jpg file whose file name is the same as the primary key of the database. These .jpg files are really small (about 30k/picture) vector drawings from Macromedia Freehand.
Using some code (see below) I got from...
I've got a two-dimensional array of physical properties (i.e. AnalysisConstant(0,0) is Methane Molecular Weight, (0,1) is Methane Specific Gravity, (1,0) is Ethane Molecular Weight, etc.) that I'm trying to display on a form. My first thought was to define 105 text boxes and use something like...
Why are simple things so hard and difficult things so easy?
I'm simply trying to display a number like 16.043 on a msgbox. What I get is 16
When I try to format it with Format(numField,"#0.000", yes, I am an old COBOL programmer) I get 16.000 .
What dumb little thing am I doing wrong...
[I've also entered this thread in PC Hardware General, I apologise if you see it in both places]
I've got a (essentially) obsolete program that still works better than anything else on the market. The company that produced it has been out of business since 1998. None of the...
I've got a (essentially) obsolete program that still works better than anything else on the market. The company that produced it has been out of business since 1998. None of the "replacement" programs on the market today actually duplicate the entire functionality of this program and...
I've got a small database that accepts customer data on a form, the salesman hits "calculate" and a VBA process updates a 1-record database with the key info, then the VBA runs two queries that do the calculations and update the table, finally the calculations are displayed on the...
I have an Access 2002 form that selects records (that is working fine) then it has this nasty "Print Report" button. At that point I pass all the database keys that have been selected on form to a VBA module to run the report.
I've tried the DoCmd.RunSQL command, but it is a...
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.