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

    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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. J

    sql help

    I have a combo box on a form that selects all workers i need to select workers with a certain boss id no. the boss id no. is held on another open form in an unbound box called bossid I have the select from right but when i specify where workers.bossid = [form_who]![bossid] it doesnt work. is...
  11. J

    adding to a table

    I have two tables: tablea and tableb tablea has two fields: amountdue and duedate tableb has three fields: amountdue, amountpaid and paiddate I have a query that looks in tablea and selects the records that have a due date of the current day which works. I have a tasks form with the query as...
  12. J

    Sql code not working

    Can anyone tell me what needs to be added into this to work please? Table wanting to update is worker, the field within worker is applicant. It finds it but the where claus of the sql isnt working. I want to find the record where worker.name field = a field on a form called wdetails (the field...
  13. J

    rent due adding to transactions

    Hey folks gurus and fellow programmers long time no post! Nice new setup! I need some help for a system which i am working on. I want to be able to search a table with fields [property name] [rent due date] and [rent amount] when the rent due date the current date i want it to take that...
  14. J

    outlook type of thingy

    I am trying to make a db that has an outlook schedule type look to it. I need to be able to asign tasks to it as well. Any ideas??? I used the calendar add in from access and can use the value form it for the user to select a date for the task now how to fit that in to a schedule. P.S. Rich...
  15. J

    erm..Help!!

    How can i make a schedule in access 2000. I want to be able to show times in a day and assign many tasks to a time (and day) Help would be greatly appreciated. Thank you Chris
Back
Top Bottom