Search results

  1. A

    Query Criteria Showing Wrong Results?

    Hi I have writen what i thought was a simple query to filter down service records. I have a Calculated field DueDate:[LastServiceDate]+([ServiceInterval]*7) this has the criteria Between[Week Commencing Monday dd/mm/yy] And Date("d",+6,[Week Commencing Monday dd/mm/yy]) I was happy to start...
  2. A

    between dates criteria

    I want to enter a date and have it display results between the specified date and 6 days later. I have tried criteria Between [From] And ([From]+6) it works for numbers but not for dates anyone got any ideas?
  3. A

    RunCommand

    I am trying to create a macro which when runs syncronises the design master with the replica set (or the other way around). When I use the RunCommand SyncroniseNow it starts to work but then crashes. Can anyone get this to work?.
  4. A

    find record using combo

    Now this is probably staring me right in the face but... I have an orders form (Usual stuff main = clients, sub = orders, subsub = products,{all query based}) on the main i have created a combo that finds a company name from the records in the table, this works fine however whenever i add new...
  5. A

    Copy Information Between Forms

    I have an ordering system which uses a form with 2 subforms for the order (Client / Order / Products Requires), after this order has been taken it is passed on to the stock control department. Due to the nature of the product it can be stored in many locations. The location ref number needs to...
  6. A

    open form command button

    When you create a command button to open another form based on related items. Is it possible to have more than one set of related items i.e. Name = Name & Size = Size ? Thanks in advance Alex
  7. A

    Dot Matrix Printer

    I have been asked to make a report print using a dot matrix printer but i have no experience with these what so ever. Does anyone have any tips or things i should look out for before i choose one to buy. Thanks for your Help Alex
  8. A

    Open with a form filter

    Hello Is it possible to open a form and have it displayed in a blank form filter, instead of opening the form and then clicking the icon for form filter. If not does anyone know how to display the form filter button inside the form instead of being on the toolbar of access (it does not seem to...
  9. A

    Pictures In Subforms

    why does it say Object variable or With block variable not set whenever i try to select a picture to go onto the background of my subform? Alex
  10. A

    Navigation Buttons

    I have turned off the standard navigation buttons so i can produce my own custom nav. bar out of command buttons. The problem i have is that when you turn the nav. buttons off you have no way of scrolling through results from a form filter. The number of records within the form is also no longer...
  11. A

    date format

    I need the all of my dates to be entered in the format . dd/mm/yyyy, and be displayed in Medium date format. However whenever i set the date format to Medium i can only enter the day in mm-dd-yyyy format. Is it possible to change this. (I have tried to use an input mask of dd-mm-yyyy but it...
  12. A

    update after vba code

    I have a text box which is bound to an underlying table. I used code written in vba to make this box fill from the data of one in a subform within the main. The answer is shown correctly in the text box and correctly updates the underlying table but only after you click in the text box and then...
  13. A

    delivery details

    I have also created a sales order page which is used to record all the information from the order. It is in the format of Main Form - Client Details (Address & Delivery Address etc.) Subform1 - Orders (Invoice Number, sales person etc.) Subform2 - Order Details (Ind. product details i.e...
  14. A

    Calculated Text Box

    I have created a text box on a form which sums a contract value from the values in a subform. It all works correctly and me the right answer. However i need this figure to be then stored in the underlying table for use in related queiries and forms. Is this possible? Please Help Alex
  15. A

    Text Box invisble if contents is null

    I have the problem of needing to hide a text box if it contains no value but appear if the control source equation creates a value to put in it. How would i go about doing this. Thanks Alex
  16. A

    Switch in main form to control equation applied in subform?

    Hello again my friends more problems i am afraid. Is it possible to have a yes/no type switch in my main order form which when changed will alter the type of equation used in the subform datasheet. If this is possible how do i go about doing it?. Thanks for all your help Alex
  17. A

    Stock Control

    I need to create a section which ammends underlying stock levels in my product table when and order is placed in my order form. I am currently using a Main form (client details) and 2 subforms (orders & order details) as my order form. Is this possible or am i asking too much from access...
  18. A

    Totalling a subform column? & Combo box to display a row from a table

    Hi, I have just started writing with ms access and i have come up against a couple of probs, Firstly, how do you total a column in a subform? i.e. all the line totals added together to produce a grand total. Secondly, i know it is possible to use a combo box to lookup a row of results from a...
Back
Top Bottom