Search results

  1. C

    Open To Suggestion

    Is the size of the image within the PDF file always the same? Does that grid of black lines always appear in the image?
  2. C

    Overlaying Text and Image

    Sorry maybe it's easier and quicker to help you if you attach a sample file.
  3. C

    close order when line items add up

    I think there are problems in the structure of the tables involved in the orders as, in my opinion, the structure should be: tblOrders OrderID OrderNumber OrderDate SupplierID etc... tblOrderDetails OrderDetailID MaterialID MaterialQuantity...
  4. C

    Solved Running sum of query, report with opening and Closing balance

    In the attachment you will find an example. However, the first thing to do is learn how to manage the properties of the various fields of the tables and in particular: Size (if the type is Text, don't always leave 255 set as you almost always won't need all those fonts (this is to avoid...
  5. C

    Record validation

    You say 100m and 300m combination is allowed but the 300m event is not in the event list (100M, 200M, 400M, 800M, 1500M, 3000M, Long Jump, High Jump, Shot Put (5.00Kg) , Thread (1.5Kg), Javelin (700 gms), 4x100M & 4x400M Relays)
  6. C

    Search Button

    The solution can be seen in the attachment however the structure of a database is not built like you did.
  7. C

    Search Button

    Maybe if you attach an example file, saying what the offending mask is, you do it first.
  8. C

    Search Button

    After "StrataPlan_T" there is an extra point the correct code is the following Me.Filter = "[StrataPlan_T].[StrataPlanNr] like '*" & SearchText & "*'" Me.FilterOn = True
  9. C

    Database Devt Problems

    Attach an example file, indicating which form is not opening, so you can check what happens.
  10. C

    Newbie Needs Help

    You have to explain step by step in detail how the activity you would like to register in the database takes place. Also you should say for each column: - what kind of data it should contain - if the entry is mandatory - if the data must be unique
  11. C

    Solved Combo Box Row Source Issue

    You attach a sample file so we can see what's going on and make it easier for us to help you. Furthermore, it seems, from what can be seen from the structure of the two tables T_Contract and T_ContractInfo, that there are problems in their structuring.
  12. C

    Solved Combo Box Row Source Issue

    Attach a sample file so you can see what's going on and make it easier for you to help.
  13. C

    Solved How can I hide/unhide item in combo box as per user login

    Surely first of all you have to review the database structure as it is not correct either from the point of view of Field Properties or from that of Normalization.
  14. C

    Best approach to show event length and display it as blocks of time

    In the attached file you will find an example of how it could be done. However, the first thing to do is learn how to manage the properties of the various fields of the tables and in particular: - Size (if the type is text, don't always leave 255 set as you almost always won't need all those...
  15. C

    Strange Gremlin in Search Field

    Attach a sample file and maybe it's easier to help you.
  16. C

    Solved Finding the mean of Students based on mean of subjects

    Attach a sample file and maybe it's easier to help you.
  17. C

    Export Template

    The search through Ctrl + F is already provided on HTML pages just press Ctrl and F at the same time which opens, usually in the lower left of the page, a text control that allows you to enter the text to be searched.
  18. C

    create inventory in Access

    Meanwhile in the attached file there is no query or control named txtTotalQuantityinStock, you should say where you entered the IIf (...) control statement they suggested. Also remember that it is very important to correctly set the various Properties of the fields of the tables such as...
  19. C

    Linking dbf files

    You should attach a copy of the DBF file with a minimum of data, replacing the sensitive ones, in order to test and verify what happens.
  20. C

    Recordset bombs, RecordsetClone works

    If you do not attach a file with a minimum of data, replacing the sensitive ones, it will be difficult to understand what happens and consequently help you.
Back
Top Bottom