Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edgarchado
  • Content: Threads
  • Order by date
  1. edgarchado

    Strange thing occurs when opening DB

    Hi All, The strangest thing is occuring when I try to open my DB. I have the DB protected by password, each user with its own password. The DB opens directly to a main form, with all the options for the DB. When I open it from a certain PC, It asks me for the user ID ans Password. I enter...
  2. edgarchado

    List Box - limit to list

    Hi all, When a field is a combobox you can decide if the values will be limited to the list or not. In a list, they are always limited to the list. Is there a way for the users to enter any data, and not only that of the list? Thanks. Edgar
  3. edgarchado

    Select Higher ID

    Hi all, I have a an order form. Each order has it's own ID. On of the fileds in the form is company. When I select a company from a list, it automatically fills other list fileds with data from older orders from that particular company. If that company had only one previous order it only...
  4. edgarchado

    Update Statement

    Hi all, I am Having trouble with an update statement. I have a form with a list which populates through a simple search. Once It populates, I double click on one of the items. When I double click, I would like to update a record in a table based on records in another table. I use the...
  5. edgarchado

    Undo in main form and subform

    Hi all, I have a main form and a subform within it. I have an undo changes button in the main form. When I press this button it reverts any changes made to the main form but not to the sub form. Is there a way to rever changes in both forms when I press this button? Thanks in advance
  6. edgarchado

    Filter by Date

    Hi, I am using a form to filter a report by different criteria. These are a Order ID (number), Date (date) and Client (string). I have no problem when filtering by client and Order Id, but I do have a problem with the date. I do not use the american format for dates (mm/dd/yyy), instead I...
  7. edgarchado

    Autofill form

    Is there an Easy way to auto fill certain fields in a form from data of a previous record? In my case I have an order, and I wish to create a new one using data from a previous record. I need this new record to have its own ID, but re use some of the date of a previous record. It should be...
  8. edgarchado

    IF question

    Hi, I Have the following code. Tha idea is that if tblPedido.Anulado is equal to False (Anulado is has a Yes/no type) when I double click a line in a listbox it will open a form. This listbox is populated by a search function. I need to open two different forms depending on the information...
  9. edgarchado

    Decimals

    Hi to all, I am adding numbers with decimals to a table using a form. The problem is that access keeps rounding up the the nearest full number. For example, if I imput 0,25 access saves 0, but if I input 0,51 it saves 1. What should I do for access to save the exact number I enter?? Thanks.
  10. edgarchado

    yes/no button behaviour

    I have found another way to do this which I fond more easy to use by the users. I am using a search form which filters the records by date and depending on the date it will let me edit the record or not. By the way, I want to put a yes/no button which will let me display a message box before...
  11. edgarchado

    Prvent changing a record

    Hi to all, Is there a way to "commit" a record in a form and make it "unchangeable". In other words, I need to put a button in a form wich will save the current record and won´t let anyone change it anymore. Is this possible??? Thanks
  12. edgarchado

    Auto fill text box

    Hi, I am using a combo box which, after selecting an option automatically fills a text box. In my case, I choose our clients name from the combo box and it should automatically fill his telephone number in the text box. The problem is the it does not fill it automatically. I have to click on...
  13. edgarchado

    Auto fill text box

    Hi, I am using a combo box which, after selecting an option automatically fills a text box. In my case, I choose our clients name from the combo box and it should automatically fill his telephone number in the text box. The problem is the it does not fill it automatically. I have to click on...
  14. edgarchado

    Filtering Report with a Form (Different Question)

    Hi to all, I have found in the web a microsoft example how to filter a report using combo boxes in a form. I have found it to be really usefull for what I need to do. The problem is that I ma having trouble with the data type. Here is the code for the filter command button: Private Sub...
  15. edgarchado

    Filtering Delete Query

    Hi to all, I need to create a command button which will let me filter a delete query? In other words, I need to have a button that when clicked will ask me for the delete criteria of the delete query. In my case I have an orders table and i want, through a delete query, decide which order to...
  16. edgarchado

    synchronize two combo boxes on a form

    Hi to all, I have two como boxes. The first combo box which it's source is a list with two values (1 and 2) determines what information will show up in the second combo box. I am using this code in the afterupdate event of the fist combo box to acomplish this: Private Sub...
  17. edgarchado

    Filtering Report with a Form

    Hi to All, I am a new user to access and trying to build a small application for my Company. I have a Report which shows all client orders. I also have a form with a command button which I use to filter the results of the report by date. If I enter a date for which an order exists I have no...

Part and Inventory Search

Back
Top