Viewing 15 posts - 16 through 30 (of 33 total)
Statement is part of code where determining which backup file is for delete. All code works fine on 99% of PC's, but now I install MSDE 2000 and my program...
November 2, 2006 at 8:54 am
Thanks Bill, work fine.
Solution is better then my becouse I don't need function and I have all code in one place.
October 22, 2005 at 3:18 am
Thanks for suggestions.
In my analyzing the problem I found that form work fine if I delete statement Me.Requery from Form event OnOpen. I don't know what happened on that ewent...
October 21, 2005 at 4:12 am
Make a xxx.reg file and copy this record:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines]
"SandBoxMode"=dword:00000002
[HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
"Level"=dword:00000001
2x click on reg file update registri entry and problem with security is solved.
August 1, 2005 at 8:06 am
Form is worked in Access 2003. Is datasheet subform on main form.
Subform contain a few record of data and user found shortcut to enter the data, just copy previous record and...
July 31, 2005 at 10:38 am
I don't know if understand you, but anyway. I use function like this to check the string for parameters:
Function Fstr(varInput as variant) as string
Dim varTemp As String
If Len(Trim(Nz(varInput,...
July 31, 2005 at 10:29 am
Some explanations
When user make a Paste this add new record of data but fields contain data from record where user copyed (not default values). This is problem.
Field contain data is...
July 31, 2005 at 2:10 am
I agree with you.
I will use DAO to link tables like you, and ADO to run stored procedure.
Is much better (performance) to execute data processing on SQL server...
February 25, 2005 at 2:23 am
I define key in table on SQL site and avoid RO link tables and asking for URI (unique record identifier), to avoid dbo.TableName must specify link table name (5th parameter...
February 24, 2005 at 2:35 pm
I understand ADO and DAO for using to manipulate with data. I use ADO for runing stored procedure on SQL server ....... DAO is good for manipulating with access data...
February 23, 2005 at 5:16 am
If there is anyone who interest, I found solution on:
October 29, 2004 at 11:33 am
I agree with both about end users and database windows.
My program always run with hidden database windov (runtime).
When program is start, user see just gray background and menu, (program is menu oriented...
October 28, 2004 at 1:59 pm
Yes, the search field is indexed. On this moment I have 36000 records in table, and search on form is 35 sec long.
SQL Server is instaled on 900 Mhz...
April 16, 2004 at 11:17 am
Viewing 15 posts - 16 through 30 (of 33 total)