Recent content by Singlespeed

  1. S

    Msaccess 2007 and office 365

    has anyone got msaccess 2007 working in office 365? I have a database which is currently working on my employers server, with Vba controlled forms. would it be possible to upload it to office 365 and operate it from there?
  2. S

    Query select on a yes/no field

    I am sure this must be easy? access 2007 I have a table witha checkbox Yes/No field and I want to select just the "yes" or ticks in a query how can I do this?
  3. S

    2007 Date Picker on a from how to set default date to +5 days£

    As per title I have a table date field on a form using the date picker but I want the default date to be +5 days from the now() date which it seems to use as default. Can anyone tell me how to do this?
  4. S

    how to print a form with subforms expanded?

    yeah - I was being lazy I have now done a report for it!
  5. S

    how to print a form with subforms expanded?

    I would like a have a simple print out for my form In the header I have officer drop list and between date parameters that the 3 subforms all use on the form one subform displays cases open one cases closed and one live cases since the volumes for each officer vary from 5 to 40 rows I...
  6. S

    Is Hyperlink Property help required

    Bob Many thanks, that worked a treat, S
  7. S

    Is Hyperlink Property help required

    I am trying to run a report from a hyperlink row, I have got that far, but I want the report to open using the value I click on in its underlying query. I tried referenceing the form field "case" in the query but that didnt work:mad: Can you tell me a quick and easy way to do this? :confused:
  8. S

    Chinese characters returned in Query when I add criteria

    Yes it is a message field
  9. S

    Chinese characters returned in Query when I add criteria

    I have a simple query which works until I try to add a simple filter criteria, the results seem to get converted to chinese-ish characters - how do I prevent this, its a 2007 database migrated from 2003. the field causing the problem is ALN_REVIEW
  10. S

    Attacment dialog box on forms

    I think my old VB that runs when I open the form is effecting the attachment dialog. this is what runs when I open the form Private Sub AddNewALRecord_Button_Click() On Error GoTo Err_AddNewALRecord_Button_Click Dim stDocName As String Dim stLinkCriteria As String stDocName =...
  11. S

    Attacment dialog box on forms

    I have an attachment field in my table and I can see all of the dialogue buttons on the dialogue box but when I add the field to my form all of the buttons are greyed out and the only one I can click is "Cancel" How can I configure the attachment control on the form so that it works if I...
  12. S

    2007 Security for 6 users

    Can you tell me how I use the code to get the loginname to display in a text box on a form or how I can use it in a Query.
  13. S

    2007 Security for 6 users

    I want to "secure" my database so that just these 6 users can access it. Ideally I would use a form of NT authentication to match the userid to a list of user ids in a table. is there a thread with this already done?
  14. S

    opening 2000.mdb in 2003 without converting

    sqlparse.dll is missing, on the 2003 install opening the 2000 database, but only on this database
Back
Top Bottom