Iamrickdeans
Registered User.
- Local time
- Today, 10:56
- Joined
- Apr 8, 2013
- Messages
- 29
Hi Everyone,
I am back with a problem that has stumped me and I don't seem to be getting close so here is my problem, I wonder if any of you has the answer or indeed knows if this is possible?
I have a form which I'll call 'import'
and a table which is called 'trialbalanceimport' (on which there are many different ledgers) this gets populated with the information from an import...
I have a saved import called 'tbimport' which pulls an excel file and imports it into the table 'trialbalanceimport'
What I am wanting to achieve is... On the 'import' form I have a date field which I want to write to populate against every record that I import.
To give a bit of further information the import pulls the information from the trial balance excel file into the tbimport table, the excel file contains balances for;
Bank Account 1
Bank Account 2
etc
So what I want to do is when the import occurs have the date within my form that I have set populate next to the account.
Field 1 Field 2
Bank Account 1 Date From Form
Bank Account 2 Date From Form
etc
My issues is that it has to be the dates on the form otherwise I know that I could use Date() for example in the tables default setting but as sometimes these balances that I am importing could go back a month that wouldn't work.
Please ask if you need clarification and I know that I could do this in excel before importing the data but ideally I do not want to have to do this.
Thank you in advance for your help with this!
I am back with a problem that has stumped me and I don't seem to be getting close so here is my problem, I wonder if any of you has the answer or indeed knows if this is possible?
I have a form which I'll call 'import'
and a table which is called 'trialbalanceimport' (on which there are many different ledgers) this gets populated with the information from an import...
I have a saved import called 'tbimport' which pulls an excel file and imports it into the table 'trialbalanceimport'
What I am wanting to achieve is... On the 'import' form I have a date field which I want to write to populate against every record that I import.
To give a bit of further information the import pulls the information from the trial balance excel file into the tbimport table, the excel file contains balances for;
Bank Account 1
Bank Account 2
etc
So what I want to do is when the import occurs have the date within my form that I have set populate next to the account.
Field 1 Field 2
Bank Account 1 Date From Form
Bank Account 2 Date From Form
etc
My issues is that it has to be the dates on the form otherwise I know that I could use Date() for example in the tables default setting but as sometimes these balances that I am importing could go back a month that wouldn't work.
Please ask if you need clarification and I know that I could do this in excel before importing the data but ideally I do not want to have to do this.
Thank you in advance for your help with this!