Search results

  1. K

    Formating book mark text inserted using automation

    Hello friends I am using office 2007 I use a code to automate creation of employee contracts using a word template. I want to add formatting to the information inserted like bold, italics, etc Here is the part of the code where information is inserted from the record set With wrdDoc...
  2. K

    Setting Expiry Dates For Trial Version Using Registry

    Greetings I have been searching on how to set expiry date of a trial version of DB I have come a cross the code below If i run the sub SetExpirationDate, and check in the registry, i do not see the entry. If i run the sub UpdateLastUseddDate, i get a runtime error: Invalid root in...
  3. K

    Deleting data on mainform/subform set up.

    Greetings all I have main form/subform set up and i wanted to include a delete button on the main form( the undo created with wizard button doesnt work ) . I have tried the code below but it takes like 2 minutes to execute. Deleting just a few records(like 4). tblBooking is main table and...
  4. K

    Assistance on Table normalisation

    Greetings to you all I have been trying to design a DB to track bookings and related transactions at a small hotel( around 20 rooms) . I am not a professional programmer. I am learning Ms Access programming by participating in online groups and reading books. Briefs about the DB Bookings are...
  5. K

    Need help on DlookUp creteria

    Hello I am new to Access World Forum My access programming skills are intermediate I have been trying to create a dlookup to check for overlapping bookings but over 3 hrs, i couldnt get it correct. I get a message that is there is a overlapping booking even where there is none!( i have...
Back
Top Bottom