Hi Shepherd,
No, I was not able to solve this issue...as far as I can tell, the problem happens 99% percent of the time. I was once able to get it to place a Flexigrid onto a form, but only that one time out of maybe twenty tries.
Its definitely a lisencing issue, probably to do with either...
Hi all,
I'm a newbie Oracle guy and I have a few questions...
- I'm trying to write some benchmarking software in PL/SQL and want to calculate the time a query takes in milliseconds. Is there some sort of timer function in PL/SQL that would do this? Something like =Millisecs() or suchlike? I...
Hi all,
I'm using Access XP 2002. I'm trying to put the control Microsoft Flexgrid 6.0 onto a form. However, whenever I try this, I get the following error..."You don't have the license required to use this ActiveX control".
How can I fix this error so that I can use the Flexgrid...
Hi there,
For my project at work, I need to be able to display some data on a form. This data could be a variable number of rows. However, my program design uses ADO and recordsets/connections to store/retrieve data so I'm not using any bound controls. I think that something like the Flexigrid...
Hey all,
Which method is the best way to add a record to an Access database? The first way I used was to use data bound controls on the form and then use something like this to save the record: -
Private Sub cmdCustEntrySaveRecord_Click()
On Error GoTo Err_cmdCustEntrySaveRecord_Click...
Hey all,
This is a little involved, so please bear with me! I've got a parent form which displays customers and a sub-form which displays many child records for each parent record on the main form. This gets its information from a query which lists all child records for all parent records...
Thanks very much for the help, guys! :) In the end, I kind of used a combination approach.
I set the RowSource of the combo box to the three fields of the query I was interested in, LastName, FirstName and CustomerID
SELECT qryListCustomers.LastName, qryListCustomers.FirstName...
Hey all.
I've got a combo box which is linked to a query that returns the last and first names of a customer. The BoundColumn is current set to last name. However, if I have two customers with the same last name, the combo box only updates the form to the first record found with that last name...
Hey all,
I'm just wondering if its possible to detect in a form whether the current record is the first or last record in the query/table. I want to disable the Previous or Next Record buttons if this is the case. Perhaps there is something that Access has like a recordset object, so that you...
I don't see how that thread helps me, although thanks for replying. I'm not having trouble displaying related records via a combo box, but I want to have no records displayed in the controls when the form opens or if nothing is selected in the combo box.
Also, when using the record navigation...
Hey all,
I''ve got a form with an unbound combo box and a bunch of data-bound text
boxes which get its data from a query. What I want to do is to initially
have no values in the controls at all until something is selected from the
combo box. I've used the wizard to set this up, but the text...
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.