Search results

  1. G

    Code keeps deleting itself after error

    SELECT Max(PARTNER.PartnerId) AS MaxOfPartnerId FROM PARTNER; this is the MaxPID query. i use this and add 1 to create my new partnerId
  2. G

    Code keeps deleting itself after error

    this is all the vba im currently using Option Compare Database Private Sub cboPaymentTerms_AfterUpdate() If Me.cboPaymentTerms.Value = "Daily" Then Me.txtMaturityBal.Value = Me.txtStartAmount * 5 * 4 * 6 ElseIf Me.cboPaymentTerms.Value = "Weekly" Then Me.txtMaturityBal.Value =...
  3. G

    hey everyone

    hey all. Im Gregory and im from Jamaica. i have programming experience but no VB or VBA experience (well ive started 2 days now ). C, C++, C#, Java, PHP are languages i know. i know SQL and im familiar with Oracle databases. im not new to access but im new to forms. im trying to teach myself...
Back
Top Bottom