After the user logs into my site I would like the code to perform the same step as if the user clicked the refresh button. This is being used to make additional menu choices available for different users. I have not found any VBScript code to cause this to happen.
Thanks John A. Gilman...
I am using Access as the front end for SQL Server 7. I use a stored procedure to return a recordset. However, one field is missing from the results. It is a varchar field. About 1 month ago this same field was a text field and just started to remove itself from the results. The only way to get...
One of my customers just put Access 2000 on a laptop. Now when he tries to run my application he gets an error message when he clicks the drop arrow on a combo box that uses the Trim(lname) function in the underlying query.
I tried to reproduce this problem on my laptop and it works great for...
I have this stored procedure.
CREATE PROCEDURE [sp_SWGetOnHandQuantity]
@ProdID varchar
AS SELECT OnHand FROM tblInventory WHERE ProdID = @ProdID
However it will not return the matching record.
My table has the field type varchar, and a unique index.
If I search on the identity field with...
I need to open a recordset of selected records in an ODBC workspace, loop thru the records one at a time, and set one of the field values to a new value before going on to the next record. The problem I am having is an error message stating "the recordset is not updateable." Any ideas...
My application uses Access as the front end to SQL7. I open a form and start a new workspace. Then I start a new Transaction. One of the first things to take place is for the user to select a bunch of records and my code sets a lock on each record. Then the user starts another process and I...
My application uses Access as the front end to SQL7. I open a form and start a new workspace. Then I start a new Transaction. One of the first things to take place is for the user to select a bunch of records and my code sets a lock on each record. Then the user starts another process and I...
PLEASE DO NOT POST IN THIS THREAD
I have put togeather a sample database to show an easy way to have the current record highlighted with a different back color. This works on Continuous Form view. Request a copy by sending an emai to gms@uslink.net
There are several other neat ideas in the...
PLEASE DO NOT POST IN THIS THREAD
I have put togeather a sample database to show an easy way to have the current record highlighted with a different back color. This works on Continuous Form view. Request a copy by sending an emai to gms@uslink.net
There are several other neat ideas in the...
When you use the scroll bar to view records in a datasheet, continuous form or query, Access has a popup showing the record # for the record in the top "Visible" position on the form. Have we been given any access to this capability? This is not the me.SelTop property because you need...
I have been working on a re-write of a customers order entry and shipping program in Access 97. The old programmer had designed the order table to include the products.(the company only had 2 items to sell)
Now they have many items to sell and needed the addition of an order details table. So...
I have been working on a re-write of a customers order entry and shipping program in Access 97. The old programmer had designed the order table to include the products.(the company only had 2 items to sell)
Now they have many items to sell and needed the addition of an order details table. So...
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.