Search results

  1. M

    iPhone, is it worthit?

    when i get around to doing it again ill give you a quick review. Any virus currently known that exploits the Jailbroken phone only effects phones which have SSH enabled (most) and those who didn't change the default password from "Apline" (Idiots)
  2. M

    iPhone, is it worthit?

    ah well - i was told my warranty is for the full 18 months....mine is almost 10 months old now with another 8 months left on my contract LOL - I think I will go to google next just to try it out. I did Jailbreak my phone before v3 of the software - it was good - backgrounds/ringtones all...
  3. M

    iPhone, is it worthit?

    iphone warranty on my 3G lasts the same as the o2 contract I have...thats the reason I don't pay insurance anymore (£10 a month for me)... Only thing to be worried is the screen isn't covered under warranty and it is likely to be the 1st thing to go. ANYONE Jailbroken their phone....
  4. M

    Summary Info + Document Stats pops up when I save - why?

    no equivalent in word 2007's save tab that I can see...
  5. M

    Summary Info + Document Stats pops up when I save - why?

    Hi Recently when using MS Word whenever I save a document a 2nd dialogue box pops up containing summary info with a button to view document statistics. Basically it asks for title, author, date etc etc. Anyway I assume this started because I opened and saved a document which edited my...
  6. M

    HP NC8230 Power issue

    I once had a similar problem when installing another OS onto a PC except it was caused by the install media being corrupt...had to get a new disk. I would guess it is over heating though - very likely in this scenario
  7. M

    StlinkCriteria, stdocname

    hi, Why do people use these? I normally (not being an expert) would just type: docmd.openform "form name" , , ,"criteria" Is it easier in larger projects to define these 2 values in variables ? or is there other benefits I havent seen.
  8. M

    Email with recipient specified from form/table

    Hi thanks Ill look into it -im no expert but I see the bits that could be useful for me. Alex
  9. M

    Email with recipient specified from form/table

    thanks - however I am trying to output a report to email. At the moment the users are required to click a button, type the username in to generate the report, then once the email is open they have to type the username again into the address bar. Your code works (except If I don't send it...
  10. M

    Email with recipient specified from form/table

    Hi I want to email a recipient from a button on a form - the recipient is to be the person whose details are held in the form - say in the textbox txtemail...how do I get those contents and add them to the "to" on the email? I am using the sendobject action in a macro!?
  11. M

    Question Relationships and Linked Forms

    OMG I got it working by myself... My first piece of VB code created without looking at anything and it works (3rd time lucky i guess)... I use this to link the 2 fields : Dim app As String app = Me.txtApplication DoCmd.OpenForm "frmContacts", acNormal...
  12. M

    Form button to update records when clicked

    add the action "runcommand" with "saverecord" as the argument. You could always close the first form which should also save it...if this doesnt work I doubt I can be anymore help.
  13. M

    Form button to update records when clicked

    just execute the macro from the "on click" event from the button. have 2 commands in the macro - 1stly save the record then 2ndly open the form. i am no expert but I use these simple solutions sometimes.
  14. M

    Form button to update records when clicked

    are you using a macro - if so you could just add the line "runcommand - saverecord" before you open the 2nd form. If not someone will know the vb code to do the same thing.
  15. M

    Question Relationships and Linked Forms

    Hi, I thought I knew a little about Access but I think I have lost touch. I was hoping someone could provide me with examples / tutorials to gain a better understanding of this. My DB tend to have 1 key table with multiple lookup tables. however I am trying to practive by creating a database...
  16. M

    Linked Forms Query

    has anyone got an example!?
  17. M

    Linked Forms Query

    Probably a common query but I have 1 form and i want to open a 2nd form with 1 text box automatically populated.... I did try google/search but not had luck yet edit - whats the code to open a form in add mode...i cant find it
  18. M

    Question Password Protect Access 2007 form.

    ah well you live and learn. At the minute the table only has 1 row with 1 column containing the password. Without creating another table and just using the same code what do I add to the criteria of Dlookup for it to look into the 2nd row of the same told!? Thanks Bob EDIT - I figured it...
  19. M

    2007 and 2003 compatibility

    could be the file types!? if someone converted it for office 2007 use any previous version of access wouldn't recognise the new file type.
  20. M

    Question Password Protect Access 2007 form.

    Sorry about another post but I have uploaded a word document containing a screen dump of the error I am recieving and the code I am using.....please note the password choice for the example - i like fruit.
Back
Top Bottom