Search results

  1. M

    limit the recoed to one page

    How to check those? How to check those measurments, , and is that 11 cm? or 11 inches?
  2. M

    limit the recoed to one page

    My report alwats prints an empty page when printing, this should be trivial to you guys but it is doing my heading. any ideas?
  3. M

    Run Query from form

    many thanks that worked fine, thank you Dont know why i havent thought of that, as i have used the tecknick for filtering data into a combobox on a form.
  4. M

    Linked Comboboxes

    make a search on the forum I saw something similar on this form, an example, make a search u will find it, make search for something like linked combo boxes
  5. M

    Run Query from form

    Does anyone know how to run a query from form and set the query parameters to fields in the form. This is what I have a query that have a date between start date, End date, I want to be able to run it from a form and set the query paramiters from the start date field that I have on the form...
  6. M

    Undo record save

    the record gets deleted I already setup proper relationship with cascading deletion, so it does gets deleted. What I wanted to do is not even save it to the table to start with. but I guess i am use to SQL Server transactions, were u can undo the transaction altogether.
  7. M

    How to do a 2 for £5 promotion

    Re 2 for £5 promotion Well the company's policy is that if you buy 1 it is £3, 2 is for £5, 3 is £5 + £3 = £8, and so on. I ended up doing another product called 2 for £5 promotion of original product.
  8. M

    Undo record save

    could someone tell me how to do an undo record save? I have an order form based on a query, the problem that I have it saves data in the sub forms when I do the undo save record, using a button.
  9. M

    How to do a 2 for £5 promotion

    Re 2 for £5 promotion that works for even no. not odd, If they chose 3 for ex, it will be a hassle to select it, it will be 2 different products? that will be confusing
  10. M

    How to do a 2 for £5 promotion

    hi all I have a order system like the one in Northwind db, the problem that I have is need to implement 2 for £5 offer on one product, any ideas on how to do that?
  11. M

    Stock control

    Does anyone has an example of an automated stock control? please let me know
  12. M

    Rounding a number

    that worked Thanks mate, that worked fine, I though it would be a built in function
  13. M

    Rounding a number

    Does anyone know what is the function for rounding a number to the nearest integer, I tried int() but this does cutting, i.e. cuts the fraction bit. any ideas?
  14. M

    Forward Data

    It does work I think I developed so much of the project to change it. but on a positive note it does work on a multi user usage as i tested it. thanks for the responds guys
  15. M

    Order ID

    I have an order table that stores orders from different supplier, but how can I have a different order ID for different supplier of product that increases serialy. i.e general order id for all orders which i have. another order id for orders by a specific supplier.
  16. M

    Forward Data

    More details please That is interesting, how does that hidden form work
  17. M

    Forward Data

    What is the best way to forward data from one form to the next and then to the next, i am currently doing it by saving the data into user defined data types, but my worry is it might not work when i go into a multi user usage. I am saving userid, amd customerid and supplier id, into variables...
  18. M

    cursor position

    Thanks that worked That was good it works fine
  19. M

    cursor position

    Can anyone tell me how to make sure that the cursor is at the begining of the field when a field gets focuse By the way it is a text field on a form
  20. M

    Undo Record save

    Hi all I have an order form similar to the one of Nothwind sample db, the problem that i have is when data entered to the form there is not way of undoing the data since there is two subforms that store data in different linked table, any ideas? I am still waiting for an idea.
Back
Top Bottom