First make the table into a query and sort the query by txtservername. Second use the query instead of the table in the form. Besides, queries run much faster.
I have already written a FTP program.
What I am wanting to know, how can I give certain people access to different levels inside of the program. There are over 100 people signing on the FTP program and on 30 laptop computers(CDPD wireless) Police Patrol cars. I do not want to add and change...
I have a listview box with Multiselect turned on. When I select only the last entry in the listview and remove it from the listview box I get an error:
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in system.windows.forms.dll
Additional information: Specified...
I am trying to sort Columns in Listview. I have used Comparer in my code. I don't understand how to sort a Numerical column....(file.length, third column)
Any help is greatly appreciated.
Here is my code.
Thanks
Nick
Class ListViewItemComparer
Implements IComparer...
Private Function DuplicateRecord(Caseno As String, Offcode As String) As Boolean
Dim CheckDup As ADODB.Recordset
Dim StrSql As String
Set CheckDup = New ADODB.Recordset
StrSql = "select * from [master case] " & _
"where [master case].caseno = '" & Caseno & "' and [master...
This is how i am importing now....I should have sent this earlier..
Private Sub SplitTimeDate()
'This Subroutine Spilts the Time and Date from the table Mapping, which is imported from Spillman via ODBC.
Dim ImportMapData As ADODB.Recordset, MasterCase As ADODB.Recordset, weekofyear As...
How not import duplicates from one table to another….
I have two tables one is the Main table and the other is a Temp table which is imported via ODBC. The Temp table could possibly have a record in it that is already in the Main table. There is not and can not have an UNIQUE field in the Main...
Hi,
I want to know which control is active on the current form regardless of control.....
I have started some code, but don't seem to have the hang of it..Help
With ctl
Select Case .ctl
Case acComboBox
Response = MsgBox("Combo Box", vbInformation...
How can I get Grand totals for 2 of 3 grouping levels at the report footer?
Grouping levels as follows:
Grouping Header Section
Date
Division
Activity
Group Footer Section
Date =sum([total rate])
Division =sum([total rate])
Activity =sum([total rate])
Report Footer...
I have two tables, with a one to many relantionship. Main (Customer record) and many(billing records). Permit# as a index key
I am opening and closing the(billing table) recordset every time the Customer records moves from one to the next.
Is there a more efficient way doing this than what I...
I have two tables, with a one to many relantionship. Main (Customer record) and many(billing records). Permit# as a index key
I am opening and closing the(billing table) recordset every time the Customer records moves from one to the next.
Is there a more efficient way doing this than what I...
I have a form and a report that uses a query from 2 tables...I want the report to reflect the filter(filter by form) a put into the fields of the form.
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.