Recent content by StudentHelp

  1. S

    VBa Code on click Macro box?

    When i tried running your code this problem started, i have now tried with another set of code that works on other peoples Databases, but the problem is still there
  2. S

    VBa Code on click Macro box?

    Hello everybody! I need Help!! When i try to run this set of VBA code: Private Sub Command24_Click() Dim BookingAvailable As Variant BookingAvailable = "Yes" If (Eval("=DLookUp(""[Viewing ID]"",""Viewing"",""Staff_Viewing_ID= Forms![Booking Screen]![AgentCombo] AND [Viewing Period]=...
  3. S

    Error 2950

    ok lets try again :p Option Compare Database '------------------------------------------------------------ ' BookingCheckerV2 ' '------------------------------------------------------------ Function BookingCheckerV2() On Error GoTo BookingCheckerV2_Err Dim BookingAvailable As Variant...
  4. S

    Error 2950

    the database is based on a estate agent, so i have created a booking screen where i want the macro to run to check if the data entered into the form is already in the table e.g. the property already has a viewing on the date and time entered. if its all ok then i want the marco to run an append...
  5. S

    Error 2950

    Hi again Thanks its working to a point now, it dosent want to run the append query at the end or give me the confirming message box, any more ideas?
  6. S

    Error 2950

    Thanks for the reply, i have no idea about VBA but heres the converted code, if its any help
  7. S

    Error 2950

    Hey im new to the forums and desperately need some help! I am trying to run a macro which checks if the data which is being entered is already in the table, with error messages before running an append query at the end, however whenever i try to run the query i get a '2940 error' with all the...
Back
Top Bottom