Recent content by Jacko

  1. J

    closing/opening tables when switching forms

    yeah, but i have to have a reference to the tables to populate the listboxes and then on thier selection have them update to text boxes within the form(s) explain further to help if you can:)
  2. J

    opening/closing tables when switching forms

    Hi all, I have a query thats most likely simple to answer and just have 'mind block!' I have several forms and on each form i have added a listbox that references data from 1 table and a listbox that references its data from a different table for each form ie form 1 = table 1 form 2 = table 2...
  3. J

    closing/opening tables when switching forms

    Hi all, I have a query thats most likely simple to answer and just have 'mind block!' I have several forms and on each form i have added a listbox that references data from 1 table and a listbox that references its data from a different table for each form ie form 1 = table 1 form 2 = table 2...
  4. J

    locked tables?

    Thanks Doc, I had realised this and deleted that file and then tried it out hopeing problem solved, and it appeared so, skipped about and grinned only to find next day when i went to go in again same error, checked who had ownership of the lbd file, and it was me! and yet i...
  5. J

    locked tables?

    Hi All, I have a database installed on a network drive and has been working fine, recently though users are getting errors when trying to access it, they can get the switchboard up but when they try to access a certain form that has data from a certain table they get an error saying...
  6. J

    Images from table query?

    Thanx for the reply David...:) Aware of what you are saying ie: \\FS_test\ThisFolder\ThisFile.txt etc but point i missed is that thats fine on the network, but i sometimes work on this at home and dont want to have to go in and change things related to that when either at home or on the...
  7. J

    Images from table query?

    Hiya, I have a database that has forms with pictures on them, the picture files are located on the hard drive and i post the path to these in the table, when i select a diferent option from the combobox in the form the textboxes and picture change accordingly and do as i wish, so, my...
  8. J

    Hiding/showing tab page??

    Thanks Naygl...:D worked a treat.......knew it had to be something simple but had mind block!!! cheers mate
  9. J

    Hiding/showing tab page??

    Hi Travis Thanks for the info but i have tried this to no avail, the textbox i have called " box " and my tab page "extrainfo" and my code is as follows Private Sub box_AfterUpdate() If [ID] = 75 Then TabCtlstylus.ExtraInfo.Visible = True Else TabCtlstylus.ExtraInfo.Visible = False End If End...
  10. J

    Hiding/showing tab page??

    Hiya, i have a problem with a tab control that has several pages, i also have a combo box on a form that i select data from and a text box thats updated from the combo box selection,and data across several tab pages that changes upon selection from the combo box also, what i wish to do is hide a...
Top Bottom