First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Help choosing Office app for database
I'm trying to write a small app for my wife's chiropractic business. She needs a list of patients, schedule and a way to print insurance forms with codes. I could use MS Access...which is great because searching for patients who's last appointment date is greater than 3 months ago is very easy. Forms are al... 19 Jun 2008 01:15
Newbie Q: Multi User Access
I have an application that I have developed. It has a UI that manipulates an Access database. I would like to allow multiple user to access this application. Is there a setting somewhere in the properties? Does the application need to be put on a server? Thanks. ... 19 Jun 2008 01:15
Need for Speed
Is there any difference in speed between these 2 methods? In .BAS Module Global Const MPH_TO_FPS = 5280 / 3600 'Convert MPH to Feet per Second In .FRM File ans14 = MPH1 * MPH_TO_FPS 'Vel. (ft/sec) and ans14 = MPH1 * 5280 / 3600 'Vel. (ft/sec) ... 19 Jun 2008 01:15
how to open an excel template (xlt)?
Hi, I'm using visual basic 6 , i would like to write code that do the following : 1 - open an excel template (.xlt ) with text data to import 2 - specify the path to the .txt file Actually, I have just found examples that: - open a new or existing .xls - modify cells using 'microsoft excel object library' ... 19 Jun 2008 01:15
ComboBox
On Fri, 16 May 2008 13:22:53 -0400, BeastFish wrote: "ats(a)jbex" <allen(a)allenjones.NOSPAM.co.PLEASE.uk> wrote in message news:ocu7u0w92pt8.1tl2vq8v9ccla.dlg(a)40tude.net... I have a combo box on a form that is poulated at runtime with a list of years. When the form is populated, if the data has a year I se... 19 Jun 2008 01:15
can the console application written in VB run alone?
Hi all Assume I write a console application using Visual Basic, I am wondering if that compiled console application can run alone (without any need of some additional VB files)? Thank you. ... 19 Jun 2008 01:15
How to access a restore point in Visual Basic Language
"Rocky" <rockyverma60(a)gmail.com> wrote in message news:c75cf73b-b7f8-42ca-a053-b99eff8b1ed6(a)c19g2000prf.googlegroups.com... Help Me Please!!!!! Would any one please sort my problem of accessing a restore point in Visual Basic Language Dynamically Hunh? Doesn't make much sense to me (1) exactly what it m... 19 Jun 2008 01:15
Looking for a Rock Star...
Mike, This sounds to me as if it were just made for you (well, perhaps except embracing Microsofties, though I have seen some Cool� girls who worked for Microsoft, so perhaps even that is not out of the question). I wish you and Shane the best of luck in reaching an agreement, and, especially, to you in und... 19 Jun 2008 01:15
Export Access Data to Excel Multiple Workbooks
Hi: I need to export the results from three MS Access queries to specfic named worksheets in an Excel spreadsheet. The TransferSpreadsheet method in VBA gives no control over worksheets in Excel. Does anyone have a suggestion? thanks ... 6 May 2008 23:25
Updating a VB6 across the Internet
Can you host the update download on an HTTP? If so, then you can dump the ocx and just use a buncha wininet APIs to download via HTTP instead of FTP... InternetOpen, InternetConnect, HttpOpenRequest, InternetOpenUrl, InternetReadFile, InternetCloseHandle. It's a bit of code and I don't have any "ready to post" c... 6 May 2008 22:21
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17