Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RageMatrix

  1. RageMatrix

    Flexgrid No License Error. Help?

    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...
  2. RageMatrix

    PL/SQL and storage...

    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...
  3. RageMatrix

    Flexgrid No License Error. Help?

    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...
  4. RageMatrix

    Unbound Grid Control?

    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...
  5. RageMatrix

    Best way to add new records?

    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...
  6. RageMatrix

    Add new record to sub-form?

    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...
  7. RageMatrix

    More than one BoundColumn??

    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...
  8. RageMatrix

    More than one BoundColumn??

    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...
  9. RageMatrix

    Checking BOF and EOF in a form?

    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...
  10. RageMatrix

    Form combo boxes and other stuff....

    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...
  11. RageMatrix

    Form combo boxes and other stuff....

    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...

Part and Inventory Search

Back
Top