Search results

  1. R

    Generating a rank of data on a table via form.

    Thank you very much! It worked like a charm! Im in a big debt with you. rodvaN
  2. R

    Generating a rank of data on a table via form.

    Thank you so much for the answer PearlGI.. I was wondering if Data1 and Data2 were the names of the textboxes fields? The fieldname is the column in the table? What action the button going to have?, saverecords? Could you please do an example.. I really appreaciate further help since Im newbie...
  3. R

    Generating a rank of data on a table via form.

    Yes it is going to be Alpha, number, number, number. The limits are 200 cells if I generate from A001 to A201, it shows me a "dont flood the system" message.. Data 1 : A001 Data 2 : A005 A001 A002 A003 A004 A005 on the table database. Hope that explains me. Thanks in advance.
  4. R

    Generating a rank of data on a table via form.

    Hello again.. I would like to know the VBA of generating data from a form. I use 2 textboxes.. Data 1 and Data 2 I write A001 on Data 1 then .. I write A010 on Data 2.. I press generate button, then on the table it will automatically generate from A001, A002, A003, A004, A005, A006, A007, A008...
  5. R

    Statistics in Access 2007

    I didnt explained myself so well I have a column for different products, in the same table.
  6. R

    Statistics in Access 2007

    Hello again. I got some doubts about how to create Statistics.. I got a warehouse database, so I wanted to count how many different kind of products I got there. I have a table for each product with the data from each product, then I nested it into a table with all the joining from all the...
  7. R

    Using Checkbox to Show or not Show QUERY columns?

    Hello there.. How Can I use a checkbox on a FORM for activate or deactivate the checkbox on "Show" from QUERYS desgin view? Thanks in advance
  8. R

    Modifying the toolbar and menus on Access 2007?

    Sorry for not explain it so detailed.. Here it is what i want to do . http://blogs.msdn.com/access/archive/2009/05/22/i-love-good-old-county-fairs-customer-case-study.aspx .. thats a database created in acces and configured with the forms and reports via the menu bar.
  9. R

    Modifying the toolbar and menus on Access 2007?

    Hello there, Ive been trying to find information about modifying the menus of access 2007.. I know already about the runtime and developer. Whats the package I need for changing it and like the menus into forms? Is there a way for link it to reports too? Please this will be really useful. Thanks...
  10. R

    Is there a Way for making a form to filter searches for Reports?

    Hello there.. Well what Im trying to do is to create a form that has an option to select with variables search for data for creating a report. For example - Cars ____________ if i type what car im looking it will automatically create a report for it but if: - Cars ___Mustang__ -...
  11. R

    How to enable 'Copy' RunCommand?

    Just found the answer, it as the database security properties, I already added the extention where my database where saved. My documents. It just was a matter of security. Thanks anyways.
  12. R

    How to enable 'Copy' RunCommand?

    Ive been trying so hard to enable this button that duplicate the entry.. But I dont know why in Access 2007 it displays that it cannot Execute RunCommand 'copy' because it is unabled. How can I enable the 'Copy' RunCommand? Thanks in advance
Back
Top Bottom