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 Wanet Telecoms Ltd 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 andyhutch119

  1. andyhutch119

    combo controls in vba

    Is there anyway to initialise a combo box in Access vba. I need to have a clear list before populating it from a recordset. I've tried to loop through using the removeitem but this is causing problems as the indexs don't always match and causes errors.
  2. andyhutch119

    There's always a way...

    Is there anyway to Initialise a combo box in Access vba. I populate this witha recordset but can't seem to initialise the control which then repopulates the data.
  3. andyhutch119

    Acessing name box labels

    Thanks PHV I give this a try.
  4. andyhutch119

    Acessing name box labels

    hi I've created a spreadsheet that populates data from an access data base which stores time_sheet details for staff. The first column/row holds the persons name,also I use the name box to store the their employee number using this code '// Insert Label reference for each team member...
  5. andyhutch119

    Using microsoft objects in PLSQL

    Is it possible to reference excel for displaying results in PLSQL. I would be very grateful for any suggestions
  6. andyhutch119

    Cast and Tables

    here is a snippet of the code.I,ve only incuded the relevant parts. -- Create Record Type call_flow_Rec is record(v_call_string varchar(4)); -- Create table of call_flow records Type call_flow_Table is table of call_flow_rec index by binary_integer; v_CallFlow Call_flow_table...
  7. andyhutch119

    Cast and Tables

    Hi all I have created an index by table that once processed is populated with a resultset. I would like to process this table to find certain criteria and check for duplicates.One way i,ve seen to do this is by using cast in order to create a Sql statement. Problem is everything I have tried has...
  8. andyhutch119

    Oracle ewb sites

    could anyone give tell me where to find good site for learning pl/sql apart from the oracle web site thanks

Part and Inventory Search

Back
Top