Search results

  1. M

    Collect data, query on it and export to file

    Hi all and thanks for your help. I need suggestions: I have collected a data in a table: CODE_BANK and CODE_CLIENT I use this table to extract data from other two tables: CLIENT and BANK. For example: record_1 -> CODE_BANK = 12345 and CODE_CLIENT = 112 The result of the query to extract the...
  2. M

    What's the best choice between report and external document?

    Hi all, i have a question about exporting or not a table data. The result is a six page document where only in 2 pages i need to put data from a table. What's the best solution? Formatting a "six-pages report" or export data to a word or pdf document pre-formatted? Thanks for your answers !
  3. M

    Difference between NEW RECORD and EDIT RECORD form

    Hi all. thanks for support, i love this forum. I have a question: Is there a difference between NEW RECORD FORM and EDIT RECORD FORM? In my case, when i create a New record, i forced many fields to "null" or "calculated". If i want to use the same form, but with edit function, fields mustn't be...
  4. M

    Compile a Table in a MAIN FORM from SUBFORMS tabs

    Good morning, hi all and ty for your support: this is my situation: a "DATAENTRY_FORM" (that put data in "DATAENTRY_TABLE"). Inside that form there is a TAB with 1 SUBFORM (linked to a "SECOND_TABLE"). There is a relation between DATAENTRY_TABLE and SECOND_TABLE. Through a button, on the...
  5. M

    Data Entry sequential forms - Better way

    Hi all, and thank you for your answers. I have to collect many informations, and with that informations print a document. Informations are divided by 8 "type": - financial informations (bank coordinates) - personal informations (name, fiscal code, address...) - business informations ...and so...
  6. M

    Back to the .... Form

    Hi all and ty for your precious support. I have an issue: I have a data entry form where i put all things about a client purchase (like Name, Cost, and so on...). There is a COMBOBOX used to find the client name. The combobox use a query (based on Client table) that merge NAME and SURNAME. If...
  7. M

    Complex Search Form

    Hi all, and ty for your suggestions that's my issue: I have a form used to show in a subform the results from the selection of two comboboxes. These are the combobox name and the relative query on the main table "Documents": Dim typeSearch As String If Me.docType.Value = "EMPTY" Then...
  8. M

    Expression problems . . . . .

    Hi all and always ty to your important help! I have an issue with a calculated table field: (i know about use or use not calculated fields, but i need it) If radiobutton is true: the field value is 1. Else if: another value is 0, made a calculus else put a value field. The calculus is...
  9. M

    Do it without an Event

    Hi all, ty for all the help! My question is simple: is it possible run subroutines or functions, without a specified event? Or i need to recognize the MOMENT IN WHICH the code is executed? Francesco
  10. M

    Annual Record Code Generator

    Hi and thank for all the Help/suggestions: I have a table records with a "data creation" field and a "sequential number" field. On the same table, I need to generate a "sequential number" and a "code number" like: YYYY+"0"+(sequential number starting from "1", EVERY YEAR). For example: RECORD...
Back
Top Bottom