Search results

  1. R

    Command Button to open excel file

    Just put it on the click event of a button. As for HTML never done that, perhaps someone else can help.
  2. R

    Problems getting the currency sign to display using the Nz

    The below code really works, try it IIf(IsNull([AllCost]),0,[Allcost]) This leaves the field as currency
  3. R

    Problems getting the currency sign to display using the Nz

    IIf(IsNull([AllCost]),0,[Allcost])
  4. R

    Command Button to open excel file

    Dim objExcel As Object Dim strFile As String strFile = "C:\MyFile.xls" Set objExcel = GetObject(strFile) objExcel.Application.Visible = True objExcel.Windows(1).Visible = True
  5. R

    Anyone here a full-time Microsoft Access Developer?

    Yes I am First be VERY good at access, VBA and SQL. Second get certified SQL Server as this is the criteria most recruiters search for, you can specify Access as your speciality in your res but a certification is crucial to getting attention. Also you need to show in your res your ability...
Back
Top Bottom