Search results

  1. C

    database front-end on your pc back-end in sharepoint

    ok please tell how thx
  2. C

    database front-end on your pc back-end in sharepoint

    Hi NauticalGent no there not gold there just got a stairs by them, i did export my tables and then imported them then i had gold like your photo but my tables was there but no data
  3. C

    Creating an appointment in outlook shared calendar using an access form

    yes it is share with outlook but 1st i need to get this right here my code now: Private Sub AddAppt_Click() Dim objNS As outlook.NameSpace Dim objFolder As outlook.MAPIFolder 'get name of other persons folder Dim objRecip As outlook.Recipient 'other persons name Dim strName As String 'the name...
  4. C

    database front-end on your pc back-end in sharepoint

    hi NauticalGent, i just can't work out how to link the back-end to the front-end so the back gets update so everyone can see i
  5. C

    database front-end on your pc back-end in sharepoint

    Hi All, I am a real Access beginner and have built (slowly and painfully) a database from scratch. Having completed it I split it into front and back end files and emailed the front end file to my colleagues who need to use the database. They have each saved this onto their desktop while the...
  6. C

    Front End / Back End

    thank you docman i could find how to make and new thread, on my drive it got sharepoint so i thought that was linked to my sharepoint site
  7. C

    Creating an appointment in outlook shared calendar using an access form

    thank you so much. here is the code: Private Sub AddAppt_Click() On Error GoTo AddAppt_Err ' Save record first to be sure required fields are filled. DoCmd.RunCommand acCmdSaveRecord ' Exit the procedure if appointment has been added to Outlook. If Me!AddedToOutlook = True Then MsgBox "This...
  8. C

    Front End / Back End

    Hi All, I am a real Access beginner and have built (slowly and painfully) a database from scratch. Having completed it I split it into front and back end files and emailed the front end file to my colleagues who need to use the database. They have each saved this onto their desktop while the...
  9. C

    Creating an appointment in outlook shared calendar using an access form

    Hi can anyone help me please i want to put appoitments on my sharepoint calender, i have copied the above code but it just coming up with this appointment has already added to outlook but when i check outlook nothing as been added, tryied askin MS there want a whopping 499USD to help me:eek:
Back
Top Bottom