Search results

  1. P

    Frame issue

    Issue I am using frame for presentation purpose in the form. The frame is in the background and all the text boxes and labels are populated on top of it. When ever I click on the empty portion of the frame, all labels disappears. All I see is values in the text boxes. I think I need to disable...
  2. P

    Problem with Bookmark, Runtime Error: 3022

    I am getting this error and somehow I can’t figure out what is wrong. All I am trying to do is select Employee_ID (Primary Key) from combo box (Employee_ID_Text). If employee id is found load the employee information. Error Message: Runtime Error: 3022” Changes to you requested to the were...
  3. P

    Dynamically loading another record from table

    Hi All, Do any one know how to load new record dynamically in the form from table rather then going sequentially? I have Employee Info Form, it shows all relevant information for given Employee. (See attached Form image). Now when I manually enter another valid employee ID, Before_Update...
  4. P

    Error : You can’t go to specified record

    I am getting following error “You can’t go to specified record” I am validating Employee ID entered in textbox Employee_ID_Text. If I find Employee ID in the table, I load all relevant employee information in Form, to do so I call “Load_New_Employee_data” function. It works fine, but some how...
  5. P

    Error: The Command or Action 'SaveRecord' isn't available now

    Hi All, I am getting this Error " The Command or Action 'SaveRecord' isn't available now" I am using one of those Ready Made Save Button (Drag and Drop button) that Access Provides. I made small change to "Save Button" Code to call two functions for data validation before saving the current...
  6. P

    Dynamically Loading Query Results

    Hi All, I am new to Access and looking for some help. I have a query, which reads the combo box value and loads the result in Text box. It works fine when I load the Form. Now here is the problem… If I select another values from combo box the query result remains the same (in text box). How do...
  7. P

    Urgent Help with Error "Too Few Parameters, expected 2"

    Hi All, I can't get this simple query wroking in my Code....I am getting following error while running it "Run-time error 3061" Too Few Parameters, expected 2" Here is my Code: Dim Fname As String Dim ID As Integer Dim SSQL As String Dim SSQL1 As String Fname = Trim(List_Resource_Combo) ID =...
Back
Top Bottom