Forum: Windows NT / 2000 / XP / 2003 Jun 7th, 2008 |
| Replies: 4 Views: 413 |
Forum: MS SQL Jun 6th, 2008 |
| Replies: 9 Views: 1,261 |
Forum: MS Access and FileMaker Pro Jun 6th, 2008 |
| Replies: 0 Views: 807 Create a report Dear Friends
I am relatively new to Microsoft Access and I have to create a report to perform below task, any suggestion, comment and advice will be really appreciated.
Task 1:
Prepare an order as a... |
Forum: MS SQL Jun 5th, 2008 |
| Replies: 9 Views: 1,261 Re: Problem with SQL statement in Microsoft Access Hi TCBW
Thank you for replying to me post, I have fallowed your suggestion the query will run but it will not display any information under the CustmoerID, Surname ......... ext any Idea why? Have... |
Forum: MS SQL Jun 5th, 2008 |
| Replies: 9 Views: 1,261 |
Forum: MS SQL Jun 4th, 2008 |
| Replies: 9 Views: 1,261 |
Forum: MS SQL Jun 4th, 2008 |
| Replies: 9 Views: 1,261 Problem with SQL statement in Microsoft Access Dear Friend
I am trying to perform the flowing tasks using the following SQL statement in Microsoft Access but they don’t work. I wonder if someone could help and tell me what is wrong with my... |
Forum: Database Design May 16th, 2008 |
| Replies: 2 Views: 973 |
Forum: Database Design Apr 28th, 2008 |
| Replies: 6 Views: 1,334 Re: CAR HIRE Hi salim
Have a look at this link ( http://www.databaseanswers.org/data_models/car_hire/index.htm ) you may find it useful.
Best wishes
HB25 |
Forum: Database Design Apr 27th, 2008 |
| Replies: 2 Views: 973 Help with composite and Foreign Keys Dear Friends
I have finished the Data dictionary table for my assignment but I cannot figure out my (Composite and Foreign) Keys. I am attaching my physical data dictionary table with this massage.... |
Forum: Database Design Apr 15th, 2008 |
| Replies: 6 Views: 1,255 |
Forum: Database Design Apr 15th, 2008 |
| Replies: 6 Views: 1,255 Re: ERD for Warehouse? Dear tesuji
Thank you for your reply to my post.
Please find attached my ERD and Data Dictionary I would be very grateful if you could correct any Errors I have made especially with Primary,... |
Forum: Database Design Apr 15th, 2008 |
| Replies: 6 Views: 1,255 Re: ERD for Warehouse? Dear peter_budo
Thank you for your reply, please find attached my ERD diagram but I have been told that it should be another table named (Stock) but I am not sure whither that’s necessary or... |
Forum: Database Design Apr 13th, 2008 |
| Replies: 6 Views: 1,255 ERD for Warehouse? Hi all, I am currently designing a database for a warehouse but I cannot get the ERD Wright. The entities which I am using are( Warehouse, order,customer, suppliers, products) these are my tables... |
Forum: Windows NT / 2000 / XP / 2003 Feb 9th, 2008 |
| Replies: 4 Views: 413 PC don’t work when HD connected Hi all
My cousin has got a PC which I have built for him 3 years ago, it was working fine until last night suddenly it switch itself Off and does not want to power on again. If I disconnect the hard... |
Forum: Site Layout and Usability Feb 7th, 2008 |
| Replies: 17 Views: 9,516 |
Forum: Visual Basic 4 / 5 / 6 Dec 28th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you hkdani for all your advice and guidance, I have tried what you are suggesting here to put frmSummary.labelsname(ArrayCounter) instead of frmSummary.lblfname(0) but still it will copy the... |
Forum: Visual Basic 4 / 5 / 6 Dec 28th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you very much SCBWV
My problem has solved now as my problem was to be able to display 10 people info on the frmsummar and I will take care of the other problems. Thanks again :icon_smile: |
Forum: Visual Basic 4 / 5 / 6 Dec 28th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you SCBWV
I have fallowed your suggestion know it does copy the info to the frmsummary but it will copy the same info into all the labels. Please find attached the project as requested |
Forum: Visual Basic 4 / 5 / 6 Dec 27th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you for your help guys
I have created a model and I have put the fallowing in it:
Option Explicit
Public lblfname(9) As String
Public lblsname(9) As String
Public lblgsalary(9) As... |
Forum: Visual Basic 4 / 5 / 6 Dec 27th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you (hkdani and SCBWV ) for your replies, I had a feeling that only with array my problem will get solved but my problem is I never understand arrays. I am planning to take one thing at a... |
Forum: Visual Basic 4 / 5 / 6 Dec 26th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thanks SCBWV but could you explain in some more detial, i do have the lables for all 10 on the summary but i don't know how i could populate each individual from the first two form. |
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 hkdani you have been very helpful but you miss understand me I don’t have 10 emplyee what I have in frmsummary which is my last form does have 10 lable under first name, 10 lable under surname, 10... |
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thanks for your reply, but I don’t know how to use this code, i could copy one person name using the above code. BTW in frmsummary I only need to display (First Name, Surname, GrossSalary, NetWage)... |
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2007 |
| Replies: 24 Views: 3,325 Re: Copy info from one form to another VB 6 Thank you for your reply, at the moment without using lblfname0.caption I could copy detail of 1 person but what I wont to do is the frmsummary be able to display information of up to 10 people |
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2007 |
| Replies: 24 Views: 3,325 Copy info from one form to another VB 6 Hi
I am working on a payroll program which have 3 forms.
First form has three text box (First name, Surname, Total Hour) and one command button Calculate.
After the user put the info he/she will... |
Forum: Visual Basic 4 / 5 / 6 Dec 25th, 2007 |
| Replies: 11 Views: 10,128 Re: passing data between forms Hi
I am working on a payroll program which have 3 forms.
First form has three text box (First name, Surname, Total Hour) and one command button Calculate.
After the user put the info he/she will... |