Search results

  1. C

    centralizing the database

    Hi, I have a small access application ..Now i want that application to be used by 2 people..with a single database.. I have a server also..should i keep the database in the server.. Please help me out.. Thank you, HimaBindu
  2. C

    Center the application for different screen resolutions

    Hi guys, I started creating an application in MS-Access..I did one form,but when i tried to use it in the other computer the form is a big mess just because of the resolutions.. I want to center my application irrespective of the resolutions.. Thank you
  3. C

    Getting and Saving data From Multiple Tables

    Hi guys, I need to use 2 tables in a single form with out using subform and the another form option. i having 2 tables which stores the personal data and Dependents data.. Now I want to create a Client information form which actually stores and retrieves data from both personal and...
  4. C

    Regarding Tabs on the form

    Thank you very much..I will try to Implement..
  5. C

    Tabbed form losing its tabs

    hi Rusty, I need a small information from you..Can you Please tell me How to use tabs on the form. With Regards, HimaBindu
  6. C

    Regarding Tabs on the form

    Hi guys, I started a new application.In which i have to create a single form ..in which i have different tabs saying general,calls&visits ,bundles of joy..etc.. and all the tabs gets their information from different tables. I am not to find how to use tabs in forms..Pls help me out...
  7. C

    2 doubts

    hi guys , I got the solution. Here is the code.. Private Sub Combo7_LostFocus() Dim db1 As DAO.Database Dim rs1 As DAO.Recordset Dim VbMsgBoxResult As Integer Dim varPOBaseNumber As String Dim intPONumber As Integer Set db1 = CurrentDb() Set rs1 = db1.OpenRecordset("SELECT name...
  8. C

    2 doubts

    Hi I have 2 Doubts (1) I have a combo box in the Orders form.The combo box contains list of the material names such as iron,paper etc.i manually typed all the values in the combo box. But now my problem is that when i load the form it is not showing any value .so i want the default...
  9. C

    2 doubts

    I did not get u..Pls let me Know wht exactly it means
  10. C

    2 doubts

    Hi i have done in the same way ..i typed the values which i want but it did not ask me for the default values..
  11. C

    2 doubts

    i am writing the correct name...i checked it..but i am not getting it.
  12. C

    2 doubts

    Hi guys, Can't we do the same using code in access..If Yes pls let me the know the code..
  13. C

    2 doubts

    Hi Guys, I tried in all the ways..let me know any other ways of getting it.. I need it ..
  14. C

    2 doubts

    Hi guys, i am not able to understand wht is the problem..nothing is working out..
  15. C

    2 doubts

    Hi, If i write the above one its not accepting it and showing a Msgbox with The syntax of the subquery in this expression is incorrect and check the syntax of the subquery and enclose it in paranthesis.. If i give in the below manner it would not show any error but gives me...
  16. C

    2 doubts

    Hi, When I put the above query in the expression builder it does not show me any error..but it just shows me #Name when i run the form.. Thank u
  17. C

    2 doubts

    Hi guys, I modified the query like this..check this =(select [FullName] from Order where [OrderNo]=[forms]![Quoatation].[OrderNumber]) Pls Help me out.
  18. C

    2 doubts

    hi guys, i tried removing period..but its showing the same error.
  19. C

    2 doubts

    Hi, I tried in this way.. I copying the query here.pls guys let me know what is the wrong in it.. =(select [Full Name] from Order where [Order No]=[form]!.[Quoatation].[OrderNumber]) am i missing any thing here..while running the form its giving #name.. Pls let me Know..
  20. C

    2 doubts

    Hi Guys, I am not able to get ..i am not able to understand where I am going wrong. Please help me out.. I you guys need i will explain the entire form..
Back
Top Bottom