Search results

  1. alastair69

    Any Solicitors on the forum in the uk

    Thank you for all your help i have read your comments, and am currtely think my options for my next move. No deposit was teken from me as my boss was the landlord and my employer, after visting the citizans advice i have some leads to explorer, but it looks like i will be with out my belongings...
  2. alastair69

    Any Solicitors on the forum in the uk

    I know i should have one, but no matter how often i asked he would not give me one.
  3. alastair69

    Any Solicitors on the forum in the uk

    I left my job on monday, and i agreed with my boss to leave the flat on friday at 4pm, and on friday at 2:45 he changed the locks, so i could not remove any of my person belongings. Regards Alastair
  4. alastair69

    Any Solicitors on the forum in the uk

    Dear All, If you are a solicitor within the uk and deal in landlord and tenant agreements, could you please help me. As i was a tenant of a property and the landlord has changed the locks and has lock all my belongings in the flat, i would like to know how i can get my stuff back. Any ideas...
  5. alastair69

    Page break paramitors

    no body can or is willing to help once more.
  6. alastair69

    Referencing a subform within a subform

    i think it should be:- Form![MainForm]![Subform1]![Subform2]![Field] let me know if it works i can offer other work arounds if needed
  7. alastair69

    Page break paramitors

    Can any body help with this please
  8. alastair69

    Page break paramitors

    Hello all, I have figured out how to export from access to word using a template after hours come days of searching. I now need the document to break at the end of a page as currently the data flows over a page, does any body know how to complete this. If you need the code i am using let me...
  9. alastair69

    switchboard

    you will need the toolbox toolbar in order to do this, there is an option for adding a command button.
  10. alastair69

    Help with Lookup field

    can you post a sample and i will look at it for you.
  11. alastair69

    Selecting enteries to export into word

    Hello One and All, I have a problem, with bookmarks into a word document. I have spent three days looking at the search function and i have not found any help. I have a database the uses a report number to filter on samples taken, this works fine and all the right samples are displayed when...
  12. alastair69

    updating a table using a command button

    update Does this need a loop statement or something!!!!!
  13. alastair69

    Combo Box Help

    you could use an if statement something like. on load if me.PlayerName (Your Comb box name) = "null" then me.Information (Your Command Button Name).visable=False else me.information.visable = True end if end sub if you can post the DB i will look at it for you. Alastair
  14. alastair69

    How can I ensure data is selected from a combo box?

    Are you just looking up data or adding data as well
  15. alastair69

    updating a table using a command button

    Hello All, I have successfully coded a button to copy one line of data, i need to be able to copy any selected records, but i am not sure how to go about this, i have included the coding that i am currently using. The form is a continuse form. The Code Is: Private Sub...
  16. alastair69

    Change font size of sql edit window?

    Yes under Tools> Options and then Datasheet, Default Font should do the trick i think.
  17. alastair69

    eeek.

    More Details Required Hello there, Can you please state what the problem is as i have looked at your db and the only problem i caqn see is that a form called Customers has been removed/renamed. :confused:
  18. alastair69

    Stopping a crosstab query sort fields alphabetically

    is there anything in the sort field within the query design mode
  19. alastair69

    Importing into access from multiple excel spreadsheets

    I am having the same problems with access, but slightly different as in a word like a form to load and you can place the file location into it and then type in the sheet name and access will import the excel speadsheet. Could you let me know if you sort this one. Alastair :rolleyes:
  20. alastair69

    sub forms

    can you post an example and i will have a look for you
Back
Top Bottom