Search results

  1. J

    Automated tables in word

    Yo Trying to build tables in word using access vba I can build a table no problem when i try to build a second table after it places the table within the first one. How can i get it to build a table underneath? more info on request Cheers
  2. J

    Renaming items in a customised menubar using vb

    Hello everyone and happy new year.. Right I have built an application with a customised menu bar. But the application is supposed to be multilingual depending on who logs on. I can change the captions through out no prob. But how can i change the caption of a menubar item using visual basic...
  3. J

    Creating a database using code

    Cheers Forny, long time no chat, I have not been on here for months due to working elsewhere, a friend used my log in to access here so that he could learn some access stuff, left a bloody mess!! The code I used in the end to create an mdb & export the data I wanted (In case anyone else has the...
  4. J

    Creating a database using code

    How can i create a mdb file using code? I have got an export module in my system which exports to a named database on the c: I also have a function which will open a box for the user to select any file for import. What I cant do is save my tables to a database of name choice such as tester1.mdb...
  5. J

    help with list boxes and txt boxes

    YES!!!!!! it works............... thanx for the help i have been tryin all sorts for about 1 week now and u have sorted it just like that! wel thanx for ya help. if it want for my mate (jediphase) who let me use his membership here god knows how long it wud ave taken! LOL
  6. J

    help with list boxes and txt boxes

    i cant get it to add the selected name to my whotonotify txt box, do no y? thanx 4 the help
  7. J

    help with list boxes and txt boxes

    sory ok thats fair enough... sory wont be done again, do u have any advise obout the prob i have
  8. J

    help with list boxes and txt boxes

    ? ? wat was ur advise? or was that just a link to my origenal msg?
  9. J

    help with list boxes and txt boxes

    hi, i have a huge prob, wat needs doin some how im not fussy in how it works as long as it does the job.... i have a txt box called whotonotify, that is invisible for front end users, to make it user friendly i want tick boxes for the users - so there can b multiple selection, etc, how would i...
  10. J

    help with list boxes and txt boxes

    help with coding thanx for your help...... i have thought of anothe method but im not v gud at makin my own code at all, wat i have done is.... kept my who to notify txt box, and created a combo box with all th users, cos multiple selection is a pain to display in a txt field i would like some...
  11. J

    help with list boxes and txt boxes

    hi, i have a huge prob, wat needs doin some how im not fussy in how it works as long as it does the job.... i have a txt box called whotonotify, that is invisible for front end users, to make it user friendly i want tick boxes for the users - so there can b multiple selection, etc, how would i...
  12. J

    Importing data from Exel?

    You can right click on the main database window select import Then select the file format for import IF its an excel spreadsheet then select the RANGE within the spreadsheet i.e. one row.. Then click next and set it up to import to existing table. (the one with the new column) then import...
  13. J

    Yo People hope your all doing ok I need some help..

    Have not been here for a while.. Have been web developing! Hope mission, Pat etc are all doing well.. Hope the books doing well Pat.. I need help on a couple of ickle things.. Firstly. How can i include bullet points automatically within a field each time they return or insert a new line and...
  14. J

    More than one form

    What if... DJN thanks for your reply. A sub form is ok if you are only viewing one record at a time and if they are linked but what if i wanted to view say 6 records at once. Each record is a plan and i wanted to view 6 plans that are not necessarily linked all in the same form. Any ideas?
  15. J

    More than one form

    How can i open the same form more than once at the same time? i.e. I have three records out of a hundred that i wish to view at the same time in the same format. I use a list of records that i have the possibility of opening. Double click opens the form with the specified record.. Then i double...
  16. J

    Lost

    For all you gurus out there How can i not display the next record if its empty on a form? I have a list of records in a table form and it is always followed by the awaiting new record row which is blank and looks terrible.
  17. J

    setting from to date

    Lurvely juberly Thankyou for the help there. I changed the method for setting the reports instead of changing the recordsource within the open event of the report i set the onclick of a button to open the report report.(reportname),,,Where condition That set the correct parameters for the...
  18. J

    setting from to date

    Hey people, I want to create a report that shows records using a from to date. the dates im pulling off a form using the date time picker control so far within the report open event i have used this line me.recordsource = "SELECT transaction.* FROM [transaction] WHERE...
  19. J

    Setting security -1st time

    If you do a search under security on here you will get lots of threads come up as it is a popular post. happy hunting trooper
  20. J

    Using a PalmTop and then uploading data

    i know Hey Colin, My Company actually offers that ability out to beable to use a pocket pc and update your db for all to see live. If you email me ill email back my business number and we can have a chat. It is actually very cool when its working. Chris
Back
Top Bottom