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!

Search results for query: *

  • Users: RageMatrix
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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