User Profile

Collapse

Profile Sidebar

Collapse
margot
margot
Last Activity: Jan 15 '08, 05:14 PM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • margot
    replied to Add a button in Access
    Thank you, through the macro builder can I have a clear option that after the data is updated the fields will be clear?...
    See more | Go to post

    Leave a comment:


  • margot
    replied to Add a button in Access
    Thank you, I was able to do it through micro builder. However how can I clear all the fields after the data was updated.
    Thank you in advance....
    See more | Go to post

    Leave a comment:


  • margot
    replied to Add a button in Access
    Thank you, but I created the button using the macro builder. So how can I add this feature? Thank you...
    See more | Go to post

    Leave a comment:


  • margot
    started a topic Add a button in Access

    Add a button in Access

    Hello, I have created a button that adds data to a table. However I would like that when I press the button a message appear saying that data was updated. Can someone help me? Thanks in advance.
    See more | Go to post

  • margot
    replied to Automatic botton Access
    Yes, but I want to bring that number to the actual form. How may I do that?...
    See more | Go to post

    Leave a comment:


  • margot
    started a topic Automatic botton Access

    Automatic botton Access

    Hello, I have a question I have a form call Add record. The user needs to fill out several fields and then after pressing the Add button it will add the record to a table. I would like to create a textbox within the form so that when the user adds the record it would keep a number for that record. So basically the button needs to generate an automatic number for each new record. Do someone has an expample code for this case. I needly badly. THanks...
    See more | Go to post

  • margot
    replied to two combo boxes Access
    Thank you so much!! I have not have time to test it, but I will get back to you as soon as I do it. Thanks again, you are the best....
    See more | Go to post

    Leave a comment:


  • margot
    replied to two combo boxes Access
    Yes, I want to do the opposite. So I guess my code is wrong. I want it to return a student ID, based upon an entered first and last name....
    See more | Go to post

    Leave a comment:


  • margot
    started a topic two combo boxes Access

    two combo boxes Access

    Hello, I have a "data entry form" with several text boxes and list boxes, combo boxes.The user is suppose to select a student first name from a combo box and a last name from another combo box and the Student_Id textbox should be updated after the user made the selections. I have written the code below but it does not seem to work properly. Can someone help? Thanks in advance.

    [code= vb]
    Private Sub txtStudent_ID_A fterUpdate(Canc el...
    See more | Go to post

  • margot
    replied to Report Based on a List Box
    Thank you is all fixed now....
    See more | Go to post

    Leave a comment:


  • margot
    started a topic two combo boxes Access

    two combo boxes Access

    Hello, I have a "data entry form" with several text boxes and list boxes, combo boxes.The user is suppose to select a student first name from a combo box and a last name from another combo box and the Student_Id textbox should be updated after the user made the selections. Im not sure what is the best way to to this. Do someome has an example code for this case. I need it badly. Thanks in advance.
    See more | Go to post

  • margot
    replied to Listbox and open report
    Thank you so much, it works great....
    See more | Go to post

    Leave a comment:


  • margot
    started a topic Listbox and open report

    Listbox and open report

    Hello, I created a listbox with companies names and when the user selects a company a report is generated based on the company 's name. I created a Function below and then I created a button that will call the function and the report will be generated. If I dont select any field the report is generated showing all fields; otherwise I get this error. "Enter Parameter Value" and If I type the company it will run the report. However I do not...
    See more | Go to post

  • margot
    replied to Report Based on a List Box
    I understand why I got that error and I do not get it anymore; however, it still does not work property. Now when I run it a window pop ups and says "Enter Parameter Value" and If I type the company it will run the report. However I do not need the pop up window. Plesase help.

    Best,
    Margot...
    See more | Go to post

    Leave a comment:


  • margot
    replied to Report Based on a List Box
    Thank you JKing I tried the code that you suggested; however I get the same error. For some reason I get the same error. Hope you can help.

    [Error]
    Sintax error (Missing Operator) in a query expression.
    '([Sender_CompanyN ame]=Dell)'
    [/End]...
    See more | Go to post

    Leave a comment:


  • margot
    replied to Make selection from two list boxes
    Thank you sir. It works great.
    Best....
    See more | Go to post

    Leave a comment:


  • margot
    started a topic Report Based on a List Box

    Report Based on a List Box

    Hello, I created a listbox with companies names and when the user selects a company a report is generated based on the company name. I created a Function below and then I created a button that will call the function and the report will be generated. If I dont select any field the report is generated showing me all fileds otherwise it gives me an error that it cannot find the company name. Can someone help me?

    Thank you in advanced...
    See more | Go to post

  • margot
    started a topic Make selection from two list boxes

    Make selection from two list boxes

    Hello, I have two list boxes; the first one has First Names and the second list box has Last Names. I want the user to be able to select the first and last name from each text box and a Report will be generated. I wrote the code below, but it does not work. Can someone halp me to figure this out. I need it badly.
    THank you in advance.

    [Code=vb]
    Private Sub cmdName_Click()
    Dim pstCriteria As String

    ...
    See more | Go to post

  • margot
    replied to problem with 2 text boxes and 2 list boxes
    Ok thank you Sir. I will try to fix it....
    See more | Go to post

    Leave a comment:


  • margot
    replied to problem with 2 text boxes and 2 list boxes
    Thank you Sir, howeve I am not sure I understand what you mean with the code below. Thanks again.
    [Code=vb]FieldName In ('Value1', 'Value2', 'Value3')[/Code][/QUOTE]...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...