I have a form in an Access 2000 ADP that has a stored procedure as its recordsource. How do I increase the timeout period before the stored procedure times out?
Hi,
I need to insert a new record with a decimal value into a table after a record is created. When my event code runs, I get an error message that says "The precision is invalid." I am using an Access 2000 ADP project front-end to connect to my SQL Server 2000 back-end. The...
Hi,
Does anyone know if it is possible to put in a non-breaking hyphen into a textbox so that text looks like this:
something something-50,000
instead of this:
something something -
50,000
Thanks,
ddub
Hi,
Could someone tell me how I can set the value of a control in my main form from an AfterUpdate event in my subform? My simplified code in the subform event is as follows:
Dim strControl as String
strControl="Something"
forms!frmMain!txtControl=strControl <---Here's where it...
Hi,
I am having a problem uppercasing a bound textbox in my Access 2000 report. When I put a '>' in the format property for my textbox, it seems to uppercase the first 250 characters then cuts off the rest of the text. At first I thought that the CanGrow property of my textbox was set to No...
Hi,
Is there a way to get a total for a field in a group header and put it in the report footer? I have a bound textbox called [FY1Amt] in the group header and in the report footer I have an unbound textbox with the control source as =Sum([FY1Amt]). I'd like to have the report add up all the...
Hi,
I need to be able to not print some fields from a group header if the detail records span more than one page. For instance, if group record AGR100 has detail records that go over one page, I don't need to show the field txtBaseFY1A in the group header for AGR100's subsequent pages. The...
Hi,
What would the proper syntax be if I wanted to replace 'smith' with the current user name in the following INSERT statement?
INSERT INTO smith.tblTemp
SELECT * FROM tblSource
This statement is part of my stored procedure that allows whoever's executing it to create a table and then...
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.