Search results

  1. F

    Rin Macro on a given weekday

    Hi, I have created a macro that sends a database report to an email. Is there any way to "tell" Access to automatically run this macro, say, every Monday? filo
  2. F

    Assigning value from one form to another

    Hey, I have a problem with assigning a field value from one form to another form. I have a form called Orders. On this form I make selections such as Vendor ID, Order Date, etc. But since many items can be part of a particular order I have created another form that is called Invoice and this...
  3. F

    Assigning values to table fields in VB

    I have a couple of questons for you: How do I assign a value that comes from a form and is inputed by the user to a double variable. Let's say I have a field in a form called number and I have declared a variable dim sample as double. I need to assign the value of the field to the variable in...
  4. F

    cmd.openform condition

    Hello everybody. I have a form that has only two combo boxes and once the users selects their choices they get transfered to another form and data from the first form is already in the appropriate fields on the second form. Just a convinience think to advoid repetition. The problem is that I...
  5. F

    is this query possible???????

    Is it possible to create a sum/avg query on a row instead of a column? I have a table where records store test data per studentID, for example: ------------------------------------ field1 | field2 |field3 | field4 | field5 -----|-------|------|------|------- id5 | 80 | 60 | null...
  6. F

    Form fields

    I have a form with 10 fields and I need to store the data from those fields in a separate table. Is it possible to create a macro or a procedure that copies the data from the fields and stores the data in a table that is not directly linked, or not linked at all to the form in place?? Sounds...
  7. F

    Validation/Check problem

    Hey guys, I need help pros. :) I have a primary table whith a customerID (PK), also a form with a drop down menu, populated with all customerIDs, and another, secondary table, which is updated by the form in place. In the secondary table I must not have two records that have the same...
Back
Top Bottom