you are probably out of luck but pm me with the file and I'll see what I can do.
no problem. pm me when you get back online. in september. Did you buy the router? or did the isp give you one?
you didn't mention OS or programming language,s o you get the windows version by default. debug.print "Date: " & date() in fact here is a...
using session variables is the easiest way for the first part but adding the extra information may require another database table TABLE...
if you need thosejust add the follwing lines If strTemp = 45 Then strTemp = 0 'for - If strTemp = 43 Then strTemp = 0 'for +...
It would help to know the name of the program, and version. Without a username and password for the "backend utilities" you are pretty much stuck....
not just simple html unfortunately. The site you would like to mimick is asp most likely using a database backend to pull mileage values from....
use a form with one textbox, one label,one command button Option Explicit Private Sub Command1_Click() Dim strTemp As Integer, strLen As...
Your subs are private and therefore the data connections will need to be recreated in each subroutine. create a global varialbe names global...
are you wanting to write your own bloging software and database or just pretty yours up?
depends on what you want. All of the following are free CRM- sugar crm FORUM - yabb, phbb BLOG -B2Evolution
this site should get you started http://www.aaamath.com/geo79-volume-cube.html#pgtp
start wiith the data reports that you would like generated from this website. Make a complete set of reports with sample data making sure that it...
asp and an access database should be more than enough to run for 11 people at the same time. Here is a basic connection string for the...
no problem. good luck
the solution is in the article I posted above
do you have crystal reports 8 http://support.microsoft.com/kb/286814/en-us
here are a few more pages that might help....
SELECT t_table.t_id, t_table.p_id, Min(p_table.total) AS MinOftotal, Max(p_table.total) AS MaxOftotal FROM p_table INNER JOIN t_table ON...
article to resolve dcom error: http://support.microsoft.com/default.aspx/kb/297519 i believe <%TIME%> should be <%=TIME%> the = tells it...
Separate names with a comma.