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 ashaikh05

  1. ashaikh05

    can't access folders after reinstall

    I've tried that but the security tab doesn't display. I installed partition magic because someone told me that there might be something wrong with the partition. I ran the program and checked the drive and it fould lots of errors but it said its too many to repair. Any suggestions please...
  2. ashaikh05

    can't access folders after reinstall

    Hello My pc spec Athlon XP 1800 768 Ram 40gb hdd (2 partitions - c & d) 200gb hdd (2 partitions - e & f) Win XP pro Question I recently reinstalled everything on my pc. When i restarted i got a message before getting into windows saying that i hadn't shutdown properly and it needs to check...
  3. ashaikh05

    drop down list in Form

    Currently its getting it from a table. So what is the best way of adding the data of the current record into the (Main) table and at the same time updating the table that the combo box looks up? Sorry but I am a beginner with forms and access
  4. ashaikh05

    drop down list in Form

    Hello Basically i've got a form with combo boxes and free text fields. Once the data is entered it is saved into a separate (Main) table. My question is there is one combo box on there that i'd like to be able to add values to that combo box but at the same be able to submit the value to the...
  5. ashaikh05

    show specific dates in Excel chart

    sorted thanks
  6. ashaikh05

    show specific dates in Excel chart

    I can't use AutoFilter because the data is only those dates when an event occured.
  7. ashaikh05

    show specific dates in Excel chart

    for instance The source data contains events which occured Tuesday 1st, Wednesday 2nd and Friday 4th. There is no data for the other dates When i make the chart it includes the dates which are not in the table e.g. Thursday 3rd, Saturday 6th. Now because the chart contains data over a 3 month...
  8. ashaikh05

    show specific dates in Excel chart

    I'm creating a graph in Excel. Because the data only shows certain dates how do i customise the chart so it only shows the dates in the sheet and not every date between two periods? Many thanks
  9. ashaikh05

    times query

    Hello I'm trying build a query so i can find out records that occur between two times. I have a table with a Time field which records the date and time of the occurance. What I need is the any activity that took place after 5:00 pm but before 9:00 the next day. Thanks
  10. ashaikh05

    query weekends

    Many thanks
  11. ashaikh05

    query weekends

    Hello I have a table which contains a date column dd/mm/yy. How do I query the table so that only weekends (saturdays and sundays) are displayed and then i would like to create a report with that data. Many thanks
  12. ashaikh05

    delete from list box

    Hi Just to let you know that i'm a quite a beginner when it comes to programming. I've created a command button with the following code in the onclick event. Private Sub Command125_Click() Dim lst1 As ListBox, lst2 As ListBox Dim itm As Variant Set lst1 = Me!List123 Set lst2...
  13. ashaikh05

    delete from list box

    I've created 2 list boxes on a form so that i can select records from List1 (which looks up values from a table) and it will put them in List2. How do i then delete a record from List2 if it is placed mistakenly?

Part and Inventory Search

Back
Top